Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshbuf.c55 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity() function
132 if ((r = sshbuf_check_sanity(child)) != 0 || in sshbuf_set_parent()
133 (r = sshbuf_check_sanity(parent)) != 0) in sshbuf_set_parent()
147 if (sshbuf_check_sanity(buf) != 0) in sshbuf_fromb()
169 if (sshbuf_check_sanity(buf) != 0) in sshbuf_free()
205 if (sshbuf_check_sanity(buf) != 0) in sshbuf_reset()
250 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_set_max_size()
283 if (sshbuf_check_sanity(buf) != 0) in sshbuf_len()
291 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()
299 if (sshbuf_check_sanity(buf) != 0) in sshbuf_ptr()
[all …]