Home
last modified time | relevance | path

Searched refs:sshkey_from_private (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dkexgexs.c200 (r = sshkey_from_private(server_host_public, in input_kex_dh_gex_init()
Dssh-pkcs11-client.c461 if ((r = sshkey_from_private(priv, &ret)) != 0) in pkcs11_make_cert()
479 if ((r = sshkey_from_private(priv, &ret)) != 0) in pkcs11_make_cert()
Dauth2.c737 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key()
746 if ((r = sshkey_from_private(key, &dup)) != 0) in auth2_record_key()
Dsshkey.h218 int sshkey_from_private(const struct sshkey *, struct sshkey **);
Dsshconnect.c1488 if ((r = sshkey_from_private(host_key, &raw_key)) != 0) in check_host_key()
1579 if ((r = sshkey_from_private(host_key, &plain)) != 0) in verify_host_key()
1613 r = sshkey_from_private(host_key, &previous_host_key); in verify_host_key()
Dkexgen.c373 (r = sshkey_from_private(server_host_public, in input_kex_gen_init()
Dssh_api.c209 if ((r = sshkey_from_private(key, &pubkey)) != 0) in ssh_add_hostkey()
Dkrl.c240 else if ((r = sshkey_from_private(ca_key, &rc->ca_key)) != 0) { in revoked_certs_for_ca_key()
379 if ((r = sshkey_from_private(key, &kcopy)) != 0) in plain_key_blob()
Dssh-keygen.c1140 if ((r = sshkey_from_private(private, &public)) != 0) in do_gen_all_hostkeys()
1621 if ((r = sshkey_from_private(private, &public)) != 0) in do_change_comment()
1881 if ((r = sshkey_from_private(ca, in do_ca_sign()
3918 if ((r = sshkey_from_private(private, &public)) != 0) in main()
Dssh-add.c741 if ((r = sshkey_from_private(hke->key, in parse_dest_constraint_hop()
Dsshkey.c1529 else if ((r = sshkey_from_private(from->signature_key, in sshkey_cert_copy()
1578 sshkey_from_private(const struct sshkey *k, struct sshkey **pkp) in sshkey_from_private() function
1686 if ((r = sshkey_from_private(k, &kswap)) != 0) in sshkey_shield_private()
Dsshd-session.c288 if ((r = sshkey_from_private( in demote_sensitive_data()
Dsshd.c1590 if ((r = sshkey_from_private(key, &pubkey)) != 0) in main()
Dssh-agent.c272 (r = sshkey_from_private(dch->keys[i], in dup_dest_constraint_hop()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym674 sshkey_from_private