Home
last modified time | relevance | path

Searched refs:sshpkt_getb_froms (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgen.c155 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_gen_reply()
169 if ((r = sshpkt_getb_froms(ssh, &server_blob)) != 0 || in input_kex_gen_reply()
285 if ((r = sshpkt_getb_froms(ssh, &client_pubkey)) != 0 || in input_kex_gen_init()
H A Dpacket.h205 int sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp);
H A Dkexgexc.c162 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_dh_gex_reply()
H A Dauth2-pubkey.c111 if ((r = sshpkt_getb_froms(ssh, &b)) != 0 || in userauth_pubkey()
H A Dssh_namespace.h946 #define sshpkt_getb_froms Fssh_sshpkt_getb_froms macro
H A Dpacket.c2551 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms() function