Searched refs:sshkey_froms (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 737 (r = sshkey_froms(b, &mkey)) != 0) /* key */ in parse_userauth_request() 748 if ((r = sshkey_froms(b, &hostkey)) != 0) in parse_userauth_request() 873 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_sign_request2() 1019 if ((r = sshkey_froms(e->request, &key)) != 0) { in process_remove_identity() 1128 if ((r = sshkey_froms(b, &k)) != 0 || in parse_dest_constraint_hop() 1281 if ((r = sshkey_froms(b, &k)) != 0) { in parse_key_constraint_extension() 1708 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_ext_session_bind()
|
| H A D | ssh-pkcs11-helper.c | 113 if ((r = sshkey_froms(iqueue, &key)) != 0 || in process_sign()
|
| H A D | sshkey.h | 257 int sshkey_froms(struct sshbuf *, struct sshkey **);
|
| H A D | sshsig.c | 340 if ((r = sshkey_froms(signature, &key)) != 0 || in sshsig_wrap_verify() 1158 if ((r = sshkey_froms(signature, &pk)) != 0) in sshsig_get_pubkey()
|
| H A D | ssh-pkcs11-client.c | 419 if ((r = sshkey_froms(msg, &k)) != 0 || in pkcs11_add_provider()
|
| H A D | monitor.c | 750 if ((r = sshkey_froms(m, &pubkey)) != 0 || in mm_answer_sign() 1321 (r = sshkey_froms(m, &key)) != 0 || in mm_answer_keyallowed() 1462 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
|
| H A D | sshkey.c | 2077 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms() function 2626 if ((r = sshkey_froms(buf, &k)) != 0) in sshkey_private_deserialize() 3054 if ((r = sshkey_froms(decoded, &pubkey)) != 0 || in private2_decrypt() 3251 if ((r = sshkey_froms(decoded, &pubkey)) != 0) in sshkey_parse_private2_pubkey()
|
| H A D | ssh_namespace.h | 888 #define sshkey_froms Fssh_sshkey_froms macro
|