Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_file.c113 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
204 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
302 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
368 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
/freebsd-12.1/crypto/openssh/
H A Dssh-add.c144 if (!sshkey_equal_public(cert, public)) in delete_file()
288 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file()
339 if (!sshkey_equal_public(cert, private)) { in add_file()
H A Dauthfile.c418 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
456 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
H A Dhostfile.c316 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked()
319 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked()
366 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
H A Dsshkey.h132 int sshkey_equal_public(const struct sshkey *,
H A Dssh-keysign.c277 sshkey_equal_public(key, keys[i])) { in main()
H A Dssh_api.c475 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
H A Dauth2.c768 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
H A Dsshconnect2.c1123 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign()
1179 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
H A Dssh_namespace.h725 #define sshkey_equal_public Fssh_sshkey_equal_public macro
H A Dsshd.c1871 if (sshkey_equal_public(key,
H A Dsshkey.c644 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function
729 return sshkey_equal_public(a, b); in sshkey_equal()
H A Dssh-keygen.c1648 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()