Searched refs:sshkey_froms (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 742 (r = sshkey_froms(b, &mkey)) != 0) /* key */ in parse_userauth_request() 753 if ((r = sshkey_froms(b, &hostkey)) != 0) in parse_userauth_request() 878 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_sign_request2() 1024 if ((r = sshkey_froms(e->request, &key)) != 0) { in process_remove_identity() 1133 if ((r = sshkey_froms(b, &k)) != 0 || in parse_dest_constraint_hop() 1286 if ((r = sshkey_froms(b, &k)) != 0) { in parse_key_constraint_extension() 1733 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_ext_session_bind()
|
| H A D | sshkey.h | 277 int sshkey_froms(struct sshbuf *, struct sshkey **);
|
| H A D | sshsig.c | 340 if ((r = sshkey_froms(signature, &key)) != 0 || in sshsig_wrap_verify() 1157 if ((r = sshkey_froms(signature, &pk)) != 0) in sshsig_get_pubkey()
|
| H A D | monitor.c | 721 if ((r = sshkey_froms(m, &pubkey)) != 0 || in mm_answer_sign() 1287 (r = sshkey_froms(m, &key)) != 0 || in mm_answer_keyallowed() 1428 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
|
| H A D | sshkey.c | 2088 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms() function 2636 if ((r = sshkey_froms(buf, &k)) != 0) in sshkey_private_deserialize() 3079 if ((r = sshkey_froms(decoded, &pubkey)) != 0 || in private2_decrypt() 3276 if ((r = sshkey_froms(decoded, &pubkey)) != 0) in sshkey_parse_private2_pubkey()
|
| H A D | ssh_namespace.h | 875 #define sshkey_froms Fssh_sshkey_froms macro
|