Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshbuf.c68 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_check_sanity()
79 SSHBUF_DBG(("force %d", force)); in sshbuf_maybe_pack()
249 SSHBUF_DBG(("set max buf = %p len = %zu", buf, max_size)); in sshbuf_set_max_size()
267 SSHBUF_DBG(("new alloc = %zu", rlen)); in sshbuf_set_max_size()
335 SSHBUF_DBG(("allocate buf = %p len = %zu", buf, len)); in sshbuf_allocate()
353 SSHBUF_DBG(("need %zu initial rlen %zu", need, rlen)); in sshbuf_allocate()
356 SSHBUF_DBG(("adjusted rlen %zu", rlen)); in sshbuf_allocate()
358 SSHBUF_DBG(("realloc fail")); in sshbuf_allocate()
380 SSHBUF_DBG(("reserve buf = %p len = %zu", buf, len)); in sshbuf_reserve()
396 SSHBUF_DBG(("len = %zu", len)); in sshbuf_consume()
[all …]
H A Dsshbuf-getput-basic.c201 SSHBUF_DBG(("SSH_ERR_ALLOC_FAIL")); in sshbuf_get_string()
232 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_get_string_direct()
251 SSHBUF_DBG(("SSH_ERR_MESSAGE_INCOMPLETE")); in sshbuf_peek_string_direct()
256 SSHBUF_DBG(("SSH_ERR_STRING_TOO_LARGE")); in sshbuf_peek_string_direct()
260 SSHBUF_DBG(("SSH_ERR_MESSAGE_INCOMPLETE")); in sshbuf_peek_string_direct()
286 SSHBUF_DBG(("SSH_ERR_INVALID_FORMAT")); in sshbuf_get_cstring()
293 SSHBUF_DBG(("SSH_ERR_ALLOC_FAIL")); in sshbuf_get_cstring()
520 SSHBUF_DBG(("SSH_ERR_NO_BUFFER_SPACE")); in sshbuf_put_string()
578 SSHBUF_DBG(("SSH_ERR_NO_BUFFER_SPACE")); in sshbuf_put_bignum2_bytes()
628 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_get_bignum2_bytes_direct()
H A Dsshbuf-getput-crypto.c87 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_get_ec()
103 SSHBUF_DBG(("SSH_ERR_ALLOC_FAIL")); in sshbuf_get_eckey()
122 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_get_eckey()
H A Dsshbuf.h384 # define SSHBUF_DBG(x) do { \ macro
391 # define SSHBUF_DBG(x) macro