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

  /src/crypto/external/bsd/openssh/dist/
sshbuf-misc.c 304 sshbuf_find(const struct sshbuf *b, size_t start_offset, function
sshbuf.h 306 * the start of the buffer. Otherwise sshbuf_find will return a ssherr.h
312 sshbuf_find(const struct sshbuf *b, size_t start_offset,
sshbuf-getput-basic.c 646 if ((r = sshbuf_find(buf, 0, &zero, sizeof(zero), &len)) != 0) {
sshsig.c 127 if ((r = sshbuf_find(sbuf, 0, "\n" END_SIGNATURE,

Completed in 142 milliseconds