Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshkey/
Dtest_file.c117 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()
/external/openssh/
Dauthfile.c342 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
380 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
Dssh-add.c148 if (!sshkey_equal_public(cert, public)) in delete_file()
291 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file()
355 if (!sshkey_equal_public(cert, private)) { in add_file()
Dhostfile.c313 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked()
316 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked()
363 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
Dssh-keysign.c267 sshkey_equal_public(key, keys[i])) { in main()
Dsshkey.h167 int sshkey_equal_public(const struct sshkey *,
Dsshsig.c811 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
951 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in get_matching_principals_from_line()
Dauthfd.c350 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
Dssh_api.c507 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
Dauth2.c763 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
Dsshconnect2.c1187 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign()
1274 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
Dssh-keygen.c1689 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()
2471 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
Dsshd.c1887 if (sshkey_equal_public(key,
Dsshkey.c702 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function
793 return sshkey_equal_public(a, b); in sshkey_equal()