Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Ddebug.c33 #define DEBUG_BUF_SIZE 512 macro
55 char idstr[20 + DEBUG_BUF_SIZE]; /* 0x + 16 nibbles + ': ' */ in debug_send_line()
69 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_msg()
80 ret = mbedtls_vsnprintf(str, DEBUG_BUF_SIZE, format, argp); in mbedtls_debug_print_msg()
83 if (ret >= 0 && ret < DEBUG_BUF_SIZE - 1) { in mbedtls_debug_print_msg()
95 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ret()
123 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_buf()
180 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ecp()
202 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_mpi()
289 char str[DEBUG_BUF_SIZE]; in debug_print_line_by_line()
[all …]