Searched refs:sshpkt_get_string (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkexc25519c.c90 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
108 if ((r = sshpkt_get_string(ssh, &server_pubkey, &pklen)) != 0 ||
109 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 ||
H A Dkexdhc.c112 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
134 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 ||
H A Dkexecdhc.c122 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
145 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 ||
H A Dkexgexc.c163 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
189 (r = sshpkt_get_string(ssh, &signature, &slen)) != 0 ||
H A Dkexc25519s.c88 if ((r = sshpkt_get_string(ssh, &client_pubkey, &pklen)) != 0 ||
H A Dopacket.c193 if ((r = sshpkt_get_string(ssh, &val, &len)) != 0)
H A Dpacket.h179 int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
H A Dpacket.c1911 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0 ||
1912 (r = sshpkt_get_string(ssh, NULL, NULL)) != 0) {
1921 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
1949 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
1955 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
2858 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) function
H A Dkex.c481 if ((r = sshpkt_get_string(ssh, NULL, NULL)) != 0)
H A Dssh_namespace.h867 #define sshpkt_get_string Fssh_sshpkt_get_string macro

Completed in 172 milliseconds