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

/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-getput-basic.c134 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0)
150 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, function
191 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
223 * Use sshbuf_peek_string_direct() to figure out if there is
227 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 ||
388 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
438 if ((r = sshbuf_peek_string_direct(buf, &d, &olen)) < 0)
H A Dsshbuf-getput-crypto.c96 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0)
122 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) {
H A Dsshbuf.h204 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
H A Dssh_namespace.h767 #define sshbuf_peek_string_direct Fssh_sshbuf_peek_string_direct macro

Completed in 114 milliseconds