Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshkey/
Dtest_file.c162 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/
Dkey.h40 #define key_equal_public sshkey_equal_public
Dauthfile.c481 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
519 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
Dssh-add.c140 if (!sshkey_equal_public(cert, public)) in delete_file()
293 if (!sshkey_equal_public(cert, private)) { in add_file()
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()
371 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
Dsshkey.h119 int sshkey_equal_public(const struct sshkey *,
Dssh-keysign.c282 sshkey_equal_public(key, keys[i])) { in main()
Dssh_api.c476 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
Dauth2-pubkey.c1145 if (sshkey_equal_public(key, authctxt->prev_userkeys[i])) { in auth2_userkey_already_used()
Dsshconnect2.c1118 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
Dsshkey.c658 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()
Dssh-keygen.c1574 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()