Home
last modified time | relevance | path

Searched refs:sshpkt_getb_froms (Results 1 – 5 of 5) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dpacket.h205 int sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp);
H A Dpacket.c2504 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms() function
H A Dkexgexc.c162 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_dh_gex_reply()
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 Dauth2-pubkey.c111 if ((r = sshpkt_getb_froms(ssh, &b)) != 0 || in userauth_pubkey()