Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddebug.h38 mbedtls_debug_print_msg(ssl, level, __FILE__, __LINE__, \
170 void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level,
/third_party/mbedtls/tests/suites/
Dtest_suite_debug.function78 mbedtls_debug_print_msg(&ssl, level, file, line,
/third_party/mbedtls/library/
Ddebug.c64 void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_msg() function
Dssl_tls.c709 mbedtls_debug_print_msg( in mbedtls_ssl_print_extension()
721 mbedtls_debug_print_msg( in mbedtls_ssl_print_extension()
729 mbedtls_debug_print_msg( in mbedtls_ssl_print_extension()
766 mbedtls_debug_print_msg(ssl, level, file, line, in mbedtls_ssl_print_ticket_flags()
773 mbedtls_debug_print_msg(ssl, level, file, line, "- %s is set.", in mbedtls_ssl_print_ticket_flags()
/third_party/mbedtls/
DChangeLog1212 * Add printf function attributes to mbedtls_debug_print_msg to ensure we