Searched refs:sshkey_froms (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | ssh-agent.c | 711 (r = sshkey_froms(b, &mkey)) != 0) /* key */ in parse_userauth_request() 722 if ((r = sshkey_froms(b, &hostkey)) != 0) in parse_userauth_request() 847 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_sign_request2() 993 if ((r = sshkey_froms(e->request, &key)) != 0) { in process_remove_identity() 1102 if ((r = sshkey_froms(b, &k)) != 0 || in parse_dest_constraint_hop() 1251 if ((r = sshkey_froms(b, &k)) != 0) { in parse_key_constraint_extension() 1698 if ((r = sshkey_froms(e->request, &key)) != 0 || in process_ext_session_bind()
|
H A D | sshkey.h | 269 int sshkey_froms(struct sshbuf *, struct sshkey **);
|
H A D | monitor.c | 645 if ((r = sshkey_froms(m, &pubkey)) != 0 || in mm_answer_sign() 1024 (r = sshkey_froms(m, &key)) != 0 || in mm_answer_keyallowed() 1165 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
|
H A D | sshsig.c | 333 if ((r = sshkey_froms(signature, &key)) != 0 || in sshsig_wrap_verify() 1149 if ((r = sshkey_froms(signature, &pk)) != 0) in sshsig_get_pubkey()
|
H A D | sshkey.c | 2048 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms() function 2596 if ((r = sshkey_froms(buf, &k)) != 0) in sshkey_private_deserialize() 3052 if ((r = sshkey_froms(decoded, &pubkey)) != 0 || in private2_decrypt() 3249 if ((r = sshkey_froms(decoded, &pubkey)) != 0) in sshkey_parse_private2_pubkey()
|