Searched refs:sshpkt_getb_froms (Results 1 – 6 of 6) sorted by relevance
155 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()
205 int sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp);
162 if ((r = sshpkt_getb_froms(ssh, &server_host_key_blob)) != 0) in input_kex_dh_gex_reply()
111 if ((r = sshpkt_getb_froms(ssh, &b)) != 0 || in userauth_pubkey()
946 #define sshpkt_getb_froms Fssh_sshpkt_getb_froms macro
2551 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms() function