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

  /src/crypto/external/bsd/openssh/dist/
sshbuf.c 55 sshbuf_check_sanity(const struct sshbuf *buf) function
133 if ((r = sshbuf_check_sanity(child)) != 0 ||
134 (r = sshbuf_check_sanity(parent)) != 0)
149 if (sshbuf_check_sanity(buf) != 0)
171 if (sshbuf_check_sanity(buf) != 0)
205 if (sshbuf_check_sanity(buf) != 0)
250 if ((r = sshbuf_check_sanity(buf)) != 0)
283 if (sshbuf_check_sanity(buf) != 0)
291 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
299 if (sshbuf_check_sanity(buf) != 0
    [all...]

Completed in 24 milliseconds