Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h118 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c871 options->cli_log_fun != NULL) { in mbedtls_test_ssl_endpoint_init()
872 mbedtls_ssl_conf_dbg(&(ep->conf), options->cli_log_fun, in mbedtls_test_ssl_endpoint_init()
2036 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
2349 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function2773 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;