Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshbuf.c32 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity() function
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()
273 if (sshbuf_check_sanity(buf) != 0) in sshbuf_ptr()
291 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_check_reserve()
371 if ((r = sshbuf_check_sanity(buf)) != 0) in sshbuf_consume()
[all …]