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

/freebsd-11.0-release/crypto/openssh/
H A Dsshbuf-getput-basic.c132 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0)
148 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, function
189 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
221 * Use sshbuf_peek_string_direct() to figure out if there is
225 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 ||
386 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
436 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.h760 #define sshbuf_peek_string_direct Fssh_sshbuf_peek_string_direct macro

Completed in 68 milliseconds