Home
last modified time | relevance | path

Searched refs:sshpkt_get_string (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dkexc25519c.c90 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()
Dkexecdhc.c122 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()
Dkexdhc.c112 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()
Dkexgexc.c170 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()
Dkexc25519s.c87 if ((r = sshpkt_get_string(ssh, &client_pubkey, &pklen)) != 0 || in input_kex_c25519_init()
Dpacket.h182 int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
Dopacket.c193 if ((r = sshpkt_get_string(ssh, &val, &len)) != 0) in ssh_packet_get_string()
Dpacket.c1775 (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
Dkex.c342 if ((r = sshpkt_get_string(ssh, NULL, NULL)) != 0) in kex_input_kexinit()