Searched refs:sshbuf_check_sanity (Results 1 – 1 of 1) sorted by relevance
32 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity() function110 if ((r = sshbuf_check_sanity(child)) != 0 || in sshbuf_set_parent()111 (r = sshbuf_check_sanity(parent)) != 0) in sshbuf_set_parent()123 if (sshbuf_check_sanity(buf) != 0) in sshbuf_fromb()160 if (sshbuf_check_sanity(buf) != 0) in sshbuf_free()198 if (sshbuf_check_sanity(buf) == 0) in sshbuf_reset()241 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_set_max_size()275 if (sshbuf_check_sanity(buf) != 0) in sshbuf_len()283 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()291 if (sshbuf_check_sanity(buf) != 0) in sshbuf_ptr()[all …]