Searched refs:sshpkt_get_string_direct (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c207 if ((r = sshpkt_get_string_direct(ssh, &val, &len)) != 0)
H A Dpacket.h184 int sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
H A Dclientloop.c2336 if ((r = sshpkt_get_string_direct(ssh, &sig, &siglen)) != 0) {
2393 if ((r = sshpkt_get_string_direct(ssh, &blob, &len)) != 0) {
H A Dssh_namespace.h873 #define sshpkt_get_string_direct Fssh_sshpkt_get_string_direct macro
H A Dserverloop.c1165 if ((r = sshpkt_get_string_direct(ssh, &blob, &blen)) != 0 ||
H A Dpacket.c2906 sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) function

Completed in 85 milliseconds