Searched refs:DEBUG_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
22 #define DEBUG_BUF_SIZE 512 macro44 char idstr[20 + DEBUG_BUF_SIZE]; /* 0x + 16 nibbles + ': ' */ in debug_send_line()58 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_msg()61 MBEDTLS_STATIC_ASSERT(DEBUG_BUF_SIZE >= 2, "DEBUG_BUF_SIZE too small"); in mbedtls_debug_print_msg()71 ret = mbedtls_vsnprintf(str, DEBUG_BUF_SIZE, format, argp); in mbedtls_debug_print_msg()77 if (ret >= DEBUG_BUF_SIZE - 1) { in mbedtls_debug_print_msg()78 ret = DEBUG_BUF_SIZE - 2; in mbedtls_debug_print_msg()91 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ret()119 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_buf()175 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ecp()[all …]