Searched refs:sshkey_equal_public (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | authfile.c | 346 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert() 384 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
|
| D | ssh-add.c | 202 if (!sshkey_equal_public(cert, public)) in delete_file() 340 if (!sshkey_equal_public(idlist->keys[i], private)) in add_file() 409 if (!sshkey_equal_public(cert, private)) { in add_file()
|
| D | hostfile.c | 325 if (sshkey_equal_public(k, hostkeys->entries[i].key)) in check_key_not_revoked() 328 sshkey_equal_public(k->cert->signature_key, in check_key_not_revoked() 379 if (sshkey_equal_public(k->cert->signature_key, in check_hostkeys_by_key_or_type()
|
| D | sshkey.h | 203 int sshkey_equal_public(const struct sshkey *,
|
| D | ssh-keysign.c | 290 sshkey_equal_public(key, keys[i])) { in main()
|
| D | ssh_api.c | 520 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
|
| D | authfd.c | 371 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
|
| D | ssh-pkcs11-client.c | 449 !sshkey_equal_public(priv, certpub)) { in pkcs11_make_cert()
|
| D | auth2.c | 766 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
|
| D | sshsig.c | 922 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
|
| D | sshconnect2.c | 1267 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) { in identity_sign() 1379 if (sshkey_equal_public(id->key, private_id->key) && in sign_and_send_pubkey()
|
| D | sshd.c | 1670 if (sshkey_equal_public(key, in main()
|
| D | sshkey.c | 808 sshkey_equal_public(const struct sshkey *a, const struct sshkey *b) in sshkey_equal_public() function 829 return sshkey_equal_public(a, b); in sshkey_equal()
|
| D | ssh-keygen.c | 1749 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key() 2563 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
|
| D | ssh-agent.c | 1621 if (!sshkey_equal_public(keys[i], certs[j])) in process_add_smartcard_key()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 667 sshkey_equal_public
|