Searched refs:sshbuf_peek_string_direct (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsshbuf-getput-crypto.c80 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0)
106 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) {
H A Dsshbuf-getput-basic.c224 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0)
240 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, function
281 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
313 * Use sshbuf_peek_string_direct() to figure out if there is
317 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 ||
557 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
607 if ((r = sshbuf_peek_string_direct(buf, &d, &olen)) < 0)
H A Dsshbuf.h208 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
H A Dssh_namespace.h793 #define sshbuf_peek_string_direct Fssh_sshbuf_peek_string_direct macro
H A Dpacket.c2614 return sshbuf_peek_string_direct(ssh->state->incoming_packet, valp, lenp);

Completed in 100 milliseconds