Searched refs:cli_log_fun (Results 1 – 3 of 3) sorted by relevance
118 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
871 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()
2773 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;