Lines Matching refs:sshbuf_check_sanity
32 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity() function
109 if ((r = sshbuf_check_sanity(child)) != 0 || in sshbuf_set_parent()
110 (r = sshbuf_check_sanity(parent)) != 0) in sshbuf_set_parent()
122 if (sshbuf_check_sanity(buf) != 0) in sshbuf_fromb()
144 if (sshbuf_check_sanity(buf) != 0) in sshbuf_free()
180 (void) sshbuf_check_sanity(buf); in sshbuf_reset()
224 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_set_max_size()
257 if (sshbuf_check_sanity(buf) != 0) in sshbuf_len()
265 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()
273 if (sshbuf_check_sanity(buf) != 0) in sshbuf_ptr()
281 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_mutable_ptr()
291 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_check_reserve()
371 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_consume()
391 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_consume_end()