Searched refs:sshpkt_get_string (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | kexc25519c.c | 90 if ((r = sshpkt_get_string(ssh, &server_host_key_blob, in input_kex_c25519_reply() 108 if ((r = sshpkt_get_string(ssh, &server_pubkey, &pklen)) != 0 || in input_kex_c25519_reply() 109 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 || in input_kex_c25519_reply()
|
D | kexecdhc.c | 122 if ((r = sshpkt_get_string(ssh, &server_host_key_blob, in input_kex_ecdh_reply() 145 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 || in input_kex_ecdh_reply()
|
D | kexdhc.c | 112 if ((r = sshpkt_get_string(ssh, &server_host_key_blob, in input_kex_dh() 134 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 || in input_kex_dh()
|
D | kexgexc.c | 170 if ((r = sshpkt_get_string(ssh, &server_host_key_blob, in input_kex_dh_gex_reply() 196 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 || in input_kex_dh_gex_reply()
|
D | kexc25519s.c | 87 if ((r = sshpkt_get_string(ssh, &client_pubkey, &pklen)) != 0 || in input_kex_c25519_init()
|
D | packet.h | 182 int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
|
D | opacket.c | 193 if ((r = sshpkt_get_string(ssh, &val, &len)) != 0) in ssh_packet_get_string()
|
D | packet.c | 1775 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0 || in ssh_packet_read_poll_seqnr() 1776 (r = sshpkt_get_string(ssh, NULL, NULL)) != 0) { in ssh_packet_read_poll_seqnr() 1786 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0) in ssh_packet_read_poll_seqnr() 1813 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0) in ssh_packet_read_poll_seqnr() 1819 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0) in ssh_packet_read_poll_seqnr() 2781 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) in sshpkt_get_string() function
|
D | kex.c | 342 if ((r = sshpkt_get_string(ssh, NULL, NULL)) != 0) in kex_input_kexinit()
|