Searched refs:sshpkt_get_cstring (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauth2-kbdint.c50 if ((r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0 ||
51 (r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 ||
H A Dauth2-passwd.c58 (r = sshpkt_get_cstring(ssh, &password, &len)) != 0 ||
59 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) ||
H A Dauth2-hostbased.c71 if ((r = sshpkt_get_cstring(ssh, &pkalg, &alen)) != 0 ||
73 (r = sshpkt_get_cstring(ssh, &chost, NULL)) != 0 ||
74 (r = sshpkt_get_cstring(ssh, &cuser, NULL)) != 0 ||
H A Dsshconnect2.c428 if ((r = sshpkt_get_cstring(ssh, &reply, NULL)) != 0)
565 if ((r = sshpkt_get_cstring(ssh, &authlist, NULL)) != 0 ||
624 if ((r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 ||
928 (r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 ||
929 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0)
1015 if ((r = sshpkt_get_cstring(ssh, &info, NULL)) != 0 ||
1016 (r = sshpkt_get_cstring(ssh, &lang, NULL)) != 0)
1757 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0 ||
1758 (r = sshpkt_get_cstring(ssh, &inst, NULL)) != 0 ||
1759 (r = sshpkt_get_cstring(ss
[all...]
H A Dopacket.c204 if ((r = sshpkt_get_cstring(ssh, &val, &len)) != 0)
H A Dpacket.h200 int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
H A Dauth2-chall.c319 if ((r = sshpkt_get_cstring(ssh, &response[i],
H A Dauth2-pubkey.c102 (r = sshpkt_get_cstring(ssh, &pkalg, NULL)) != 0 ||
H A Dkex.c453 if ((r = sshpkt_get_cstring(ssh, &name, NULL)) != 0)
H A Dssh_namespace.h795 #define sshpkt_get_cstring Fssh_sshpkt_get_cstring macro
H A Dpacket.c2536 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) function
H A Dsession.c2155 if ((r = sshpkt_get_cstring(ssh, &signame, NULL)) != 0 ||
H A Dchannels.c3199 if ((r = sshpkt_get_cstring(ssh, &msg, NULL)) != 0 ||

Completed in 201 milliseconds