Searched refs:cli_log_fun (Results 1 – 6 of 6) sorted by relevance
/external/mbedtls/tests/include/test/ |
D | ssl_helpers.h | 113 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
|
/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
D | ssl_helpers.h | 118 void (*cli_log_fun)(void *, int, const char *, int, const char *); member
|
/external/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 78 opts->cli_log_fun = NULL; in mbedtls_test_init_handshake_options() 1874 if (options->cli_log_fun) { in mbedtls_test_ssl_perform_handshake() 1876 mbedtls_ssl_conf_dbg(&client.conf, options->cli_log_fun, in mbedtls_test_ssl_perform_handshake() 2174 if (options->cli_log_fun || options->srv_log_fun) { in mbedtls_test_ssl_perform_handshake()
|
/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 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()
|
/external/mbedtls/tests/suites/ |
D | test_suite_ssl.function | 2608 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 2773 options.cli_log_fun = mbedtls_test_ssl_log_analyzer;
|