Home
last modified time | relevance | path

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

/tests/include/test/
A Dssl_helpers.h121 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
/tests/src/test_helpers/
A Dssl_helpers.c931 options->cli_log_fun != NULL) { in mbedtls_test_ssl_endpoint_init_conf()
932 mbedtls_ssl_conf_dbg(&(ep->conf), options->cli_log_fun, in mbedtls_test_ssl_endpoint_init_conf()
2371 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
2401 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
/tests/suites/
A Dtest_suite_ssl.function3160 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;
3227 client_options.cli_log_fun = mbedtls_test_ssl_log_analyzer;

Completed in 26 milliseconds