HomeSort by: relevance | last modified time | path
    Searched refs:sshbuf_peek_string_direct (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshbuf-getput-crypto.c 76 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0)
102 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) {
sshbuf-getput-basic.c 222 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0)
238 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, function
279 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
311 * Use sshbuf_peek_string_direct() to figure out if there is
315 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 ||
555 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0)
605 if ((r = sshbuf_peek_string_direct(buf, &d, &olen)) < 0)
sshbuf.h 237 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
packet.c 2781 return sshbuf_peek_string_direct(ssh->state->incoming_packet, valp, lenp);

Completed in 60 milliseconds