Home
last modified time | relevance | path

Searched refs:sshkey_equal_public (Results 1 – 13 of 13) sorted by relevance

/dragonfly/crypto/openssh/
H A Dauthfile.c348 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
386 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
H A Dssh-add.c193 if (!sshkey_equal_public(cert, public)) in delete_file()
330 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file()
397 if (!sshkey_equal_public(cert, private)) { in add_file()
H A Dhostfile.c324 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked()
327 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked()
378 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
H A Dssh-keysign.c280 sshkey_equal_public(key, keys[i])) { in main()
H A Dsshkey.h169 int sshkey_equal_public(const struct sshkey *,
H A Dssh_api.c504 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
H A Dauthfd.c370 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
H A Dauth2.c792 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
H A Dsshsig.c903 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
H A Dsshconnect2.c1268 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign()
1380 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
H A Dssh-keygen.c1714 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()
2523 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
H A Dsshd.c1949 if (sshkey_equal_public(key,
H A Dsshkey.c733 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function
824 return sshkey_equal_public(a, b); in sshkey_equal()