Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauthfile.c346 if (sshkey_equal_public(key, cert) == 0) { in sshkey_load_private_cert()
384 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()
Dssh-add.c202 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()
Dhostfile.c325 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()
Dsshkey.h203 int sshkey_equal_public(const struct sshkey *,
Dssh-keysign.c290 sshkey_equal_public(key, keys[i])) { in main()
Dssh_api.c520 if (sshkey_equal_public(hostkey, k->key)) in _ssh_verify_host_key()
Dauthfd.c371 if (sshkey_equal_public(idlist->keys[i], key)) { in ssh_agent_has_key()
Dssh-pkcs11-client.c449 !sshkey_equal_public(priv, certpub)) { in pkcs11_make_cert()
Dauth2.c766 if (sshkey_equal_public(key, authctxt->prev_keys[i])) { in auth2_key_already_used()
Dsshsig.c922 sshkey_equal_public(sign_key->cert->signature_key, found_key)) { in check_allowed_keys_line()
Dsshconnect2.c1267 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()
Dsshd.c1670 if (sshkey_equal_public(key, in main()
Dsshkey.c808 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()
Dssh-keygen.c1749 if (sshkey_equal_public(public, keys[i])) { in load_pkcs11_key()
2563 if (!sshkey_equal_public(pubkey, privkey)) { in load_sign_key()
Dssh-agent.c1621 if (!sshkey_equal_public(keys[i], certs[j])) in process_add_smartcard_key()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym667 sshkey_equal_public