Searched refs:sshkey_equal_public (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_file.c | 117 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 126 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 136 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 227 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 325 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 392 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 457 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 523 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | authfile.c | 348 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 D | ssh-add.c | 192 if (!sshkey_equal_public(cert, public)) in delete_file() 328 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file() 399 if (!sshkey_equal_public(cert, private)) { in add_file()
|
| H A D | hostfile.c | 325 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked() 328 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked() 379 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
|
| H A D | ssh-keysign.c | 268 sshkey_equal_public(key, keys[i])) { in main()
|
| H A D | sshkey.h | 169 int sshkey_equal_public(const struct sshkey *,
|
| H A D | sshsig.c | 837 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line() 1007 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in get_matching_principals_from_line()
|
| H A D | authfd.c | 369 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
|
| H A D | ssh_api.c | 504 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
| H A D | auth2.c | 764 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
|
| H A D | sshconnect2.c | 1258 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign() 1365 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
|
| H A D | ssh_namespace.h | 781 #define sshkey_equal_public Fssh_sshkey_equal_public macro
|
| H A D | ssh-keygen.c | 1708 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key() 2484 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
|
| H A D | sshd.c | 1959 if (sshkey_equal_public(key,
|
| H A D | sshkey.c | 704 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function 795 return sshkey_equal_public(a, b); in sshkey_equal()
|