Lines Matching refs:sshbuf_check_sanity
55 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity() function
133 if ((r = sshbuf_check_sanity(child)) != 0 || in sshbuf_set_parent()
134 (r = sshbuf_check_sanity(parent)) != 0) in sshbuf_set_parent()
149 if (sshbuf_check_sanity(buf) != 0) in sshbuf_fromb()
171 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()
307 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_mutable_ptr()
317 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_check_reserve()
397 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_consume()
417 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_consume_end()