Searched refs:sshkey_equal_public (Results 1 – 14 of 14) sorted by relevance
/external/openssh/regress/unittests/sshkey/ |
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()
|
/external/openssh/ |
D | authfile.c | 342 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert() 380 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
|
D | ssh-add.c | 148 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()
|
D | hostfile.c | 313 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()
|
D | ssh-keysign.c | 267 sshkey_equal_public(key, keys[i])) { in main()
|
D | sshkey.h | 167 int sshkey_equal_public(const struct sshkey *,
|
D | sshsig.c | 811 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()
|
D | authfd.c | 350 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
|
D | ssh_api.c | 507 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
D | auth2.c | 763 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
|
D | sshconnect2.c | 1187 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()
|
D | ssh-keygen.c | 1689 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key() 2471 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
|
D | sshd.c | 1887 if (sshkey_equal_public(key,
|
D | sshkey.c | 702 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()
|