Searched refs:sshbuf_peek_string_direct (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | sshbuf-getput-basic.c | 132 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0) in sshbuf_get_string_direct() 148 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct() function 189 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0) in sshbuf_get_cstring() 225 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 || in sshbuf_get_stringb() 386 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0) in sshbuf_froms() 436 if ((r = sshbuf_peek_string_direct(buf, &d, &olen)) < 0) in sshbuf_get_bignum2_bytes_direct()
|
D | sshbuf-getput-crypto.c | 96 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) in sshbuf_get_ec() 122 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) { in sshbuf_get_eckey()
|
D | sshbuf.h | 204 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
|