Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_file.c113 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
122 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
132 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
233 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
300 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
366 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
432 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
/freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/
H A Dssh-verify-attestation.c250 if (!sshkey_equal_public(key, k)) { in cred_matches_key_ecdsa()
295 if (!sshkey_equal_public(key, k)) { in cred_matches_key_ed25519()
/freebsd/crypto/openssh/
H A Dauthfile.c336 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
374 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_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.c281 sshkey_equal_public(key, keys[i])) { in main()
H A Dsshkey.h187 int sshkey_equal_public(const struct sshkey *,
H A Dssh-add.c200 if (!sshkey_equal_public(cert, public)) in delete_file()
408 if (!sshkey_equal_public(cert, private)) { in add_file()
H A Dssh-pkcs11-client.c304 !sshkey_equal_public(priv, certpub)) { in pkcs11_make_cert()
H A Dssh_api.c521 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
H A Dauth2.c753 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
H A Dauthfd.c368 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
H A Dsshsig.c920 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
H A Dsshconnect2.c1238 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign()
1351 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
H A Dssh_namespace.h877 #define sshkey_equal_public Fssh_sshkey_equal_public macro
H A Dsshd.c1764 if (sshkey_equal_public(key, in main()
H A Dsshkey.c824 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function
845 return sshkey_equal_public(a, b); in sshkey_equal()
H A Dssh-keygen.c1684 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()
2502 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
H A Dssh-agent.c1620 if (!sshkey_equal_public(keys[i], certs[j])) in process_add_smartcard_key()