Searched refs:sshkey_equal_public (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_file.c | 116 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 125 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 135 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() 328 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 395 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 461 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests() 527 ASSERT_INT_EQ(sshkey_equal_public(k1, k2), 1); in sshkey_file_tests()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | authfile.c | 350 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert() 388 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
|
| H A D | hostfile.c | 324 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked() 327 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked() 378 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
|
| H A D | ssh-add.c | 205 if (!sshkey_equal_public(cert, public)) in delete_file() 343 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file() 412 if (!sshkey_equal_public(cert, private)) { in add_file()
|
| H A D | ssh-keysign.c | 285 sshkey_equal_public(key, keys[i])) { in main()
|
| H A D | sshkey.h | 204 int sshkey_equal_public(const struct sshkey *,
|
| H A D | ssh_api.c | 514 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
| H A D | ssh-pkcs11-client.c | 445 !sshkey_equal_public(priv, certpub)) { in pkcs11_make_cert()
|
| H A D | authfd.c | 369 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
|
| H A D | auth2.c | 805 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
|
| H A D | sshsig.c | 915 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
|
| H A D | sshconnect2.c | 1235 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign() 1347 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
|
| H A D | ssh_namespace.h | 856 #define sshkey_equal_public Fssh_sshkey_equal_public macro
|
| H A D | sshkey.c | 704 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function 725 return sshkey_equal_public(a, b); in sshkey_equal()
|
| H A D | ssh-keygen.c | 1743 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key() 2557 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
|
| H A D | sshd.c | 2028 if (sshkey_equal_public(key,
|
| H A D | ssh-agent.c | 1633 if (!sshkey_equal_public(keys[i], certs[j])) in process_add_smartcard_key()
|
| H A D | ChangeLog | 5777 upstream: factor out sshkey_equal_public()
|