Searched refs:sshpkt_get_cstring (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | packet.h | 194 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
|
D | opacket.c | 221 if ((r = sshpkt_get_cstring(ssh, &val, &len)) != 0) in ssh_packet_get_cstring()
|
D | kex.c | 399 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0) in kex_input_ext_info() 401 if ((r = sshpkt_get_cstring(ssh, &val, NULL)) != 0) { in kex_input_ext_info()
|
D | sshconnect2.c | 424 if ((r = sshpkt_get_cstring(ssh, &reply, NULL)) != 0) in input_userauth_service_accept()
|
D | packet.c | 2919 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring() function
|