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

/freebsd-10-stable/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 Dkexgexc.c163 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
189 (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 Dkexdhc.c119 if ((r = sshpkt_get_string(ssh, &server_host_key_blob,
141 (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.h183 int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
H A Dpacket.c1958 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0 ||
1959 (r = sshpkt_get_string(ssh, NULL, NULL)) != 0) {
1968 (r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
1996 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
2002 if ((r = sshpkt_get_string(ssh, &msg, NULL)) != 0)
2900 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) function
H A Dssh_namespace.h872 #define sshpkt_get_string Fssh_sshpkt_get_string macro
H A Dkex.c484 if ((r = sshpkt_get_string(ssh, NULL, NULL)) != 0)

Completed in 193 milliseconds