Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshbuf.c44 SSHBUF_DBG(("SSH_ERR_INTERNAL_ERROR")); in sshbuf_check_sanity()
55 SSHBUF_DBG(("force %d", force)); in sshbuf_maybe_pack()
226 SSHBUF_DBG(("set max buf = %p len = %zu", buf, max_size)); in sshbuf_set_max_size()
244 SSHBUF_DBG(("new alloc = %zu", rlen)); in sshbuf_set_max_size()
312 SSHBUF_DBG(("allocate buf = %p len = %zu", buf, len)); in sshbuf_allocate()
330 SSHBUF_DBG(("need %zu initial rlen %zu", need, rlen)); in sshbuf_allocate()
333 SSHBUF_DBG(("adjusted rlen %zu", rlen)); in sshbuf_allocate()
335 SSHBUF_DBG(("realloc fail")); in sshbuf_allocate()
357 SSHBUF_DBG(("reserve buf = %p len = %zu", buf, len)); in sshbuf_reserve()
373 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.h403 # define SSHBUF_DBG(x) do { \ macro
411 # define SSHBUF_DBG(x) macro