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()196 if (sshbuf_check_sanity(buf) == 0) in sshbuf_reset()239 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_set_max_size()273 if (sshbuf_check_sanity(buf) != 0) in sshbuf_len()281 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()289 if (sshbuf_check_sanity(buf) != 0) in sshbuf_ptr()[all …]