Searched refs:sshbuf_check_sanity (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dsshbuf.c32 sshbuf_check_sanity(const struct sshbuf *buf) function
110 if ((r = sshbuf_check_sanity(child)) != 0 ||
111 (r = sshbuf_check_sanity(parent)) != 0)
123 if (sshbuf_check_sanity(buf) != 0)
160 if (sshbuf_check_sanity(buf) != 0)
196 if (sshbuf_check_sanity(buf) == 0)
239 if ((r = sshbuf_check_sanity(buf)) != 0)
273 if (sshbuf_check_sanity(buf) != 0)
281 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
289 if (sshbuf_check_sanity(bu
[all...]

Completed in 91 milliseconds