Searched refs:sshkey_equal_public (Results 1 – 12 of 12) sorted by relevance
/external/openssh/regress/unittests/sshkey/ |
D | test_file.c | 162 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 253 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 351 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 417 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
|
/external/openssh/ |
D | key.h | 40 #define key_equal_public sshkey_equal_public
|
D | authfile.c | 481 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert() 519 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
|
D | ssh-add.c | 140 if (!sshkey_equal_public(cert, public)) in delete_file() 293 if (!sshkey_equal_public(cert, private)) { in add_file()
|
D | hostfile.c | 316 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() 371 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
|
D | sshkey.h | 119 int sshkey_equal_public(const struct sshkey *,
|
D | ssh-keysign.c | 282 sshkey_equal_public(key, keys[i])) { in main()
|
D | ssh_api.c | 476 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
D | auth2-pubkey.c | 1145 if (sshkey_equal_public(key, authctxt->prev_userkeys[i])) { in auth2_userkey_already_used()
|
D | sshconnect2.c | 1118 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
|
D | sshkey.c | 658 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function 723 return sshkey_equal_public(a, b); in sshkey_equal()
|
D | ssh-keygen.c | 1574 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()
|