Searched refs:sshbuf_peek_string_direct (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/ssh/ |
| H A D | sshbuf-getput-basic.c | 220 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) < 0) in sshbuf_get_string_direct() 236 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct() function 277 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0) in sshbuf_get_cstring() 313 if ((r = sshbuf_peek_string_direct(buf, NULL, NULL)) != 0 || in sshbuf_get_stringb() 553 if ((r = sshbuf_peek_string_direct(buf, &p, &len)) != 0) in sshbuf_froms() 603 if ((r = sshbuf_peek_string_direct(buf, &d, &olen)) < 0) in sshbuf_get_bignum2_bytes_direct()
|
| H A D | sshbuf-getput-crypto.c | 74 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) in sshbuf_get_ec() 100 if ((r = sshbuf_peek_string_direct(buf, &d, &len)) < 0) { in sshbuf_get_eckey()
|
| H A D | sshbuf.h | 215 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
|
| H A D | packet.c | 2673 return sshbuf_peek_string_direct(ssh->state->incoming_packet, valp, lenp); in sshpkt_get_cstring()
|