Home
last modified time | relevance | path

Searched refs:sshkey_froms (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-agent.c737 (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 Dssh-pkcs11-helper.c113 if ((r = sshkey_froms(iqueue, &key)) != 0 || in process_sign()
H A Dsshkey.h257 int sshkey_froms(struct sshbuf *, struct sshkey **);
H A Dsshsig.c340 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 Dssh-pkcs11-client.c419 if ((r = sshkey_froms(msg, &k)) != 0 || in pkcs11_add_provider()
H A Dmonitor.c750 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 Dsshkey.c2077 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 Dssh_namespace.h888 #define sshkey_froms Fssh_sshkey_froms macro