Searched refs:cli_log_fun (Results 1 – 3 of 3) sorted by relevance
97 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
89 opts->cli_log_fun = NULL; in mbedtls_test_init_handshake_options()1802 if (options->cli_log_fun) { in mbedtls_test_ssl_perform_handshake()1804 mbedtls_ssl_conf_dbg(&client.conf, options->cli_log_fun, in mbedtls_test_ssl_perform_handshake()2113 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
2742 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;