OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 16 00:25:01 UTC 2026