Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h109 int cli_msg_len; member
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c63 opts->cli_msg_len = 100; in mbedtls_test_init_handshake_options()
2200 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake()
2203 &(client.ssl), options->cli_msg_len, in mbedtls_test_ssl_perform_handshake()
2262 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake()
2264 &(client.ssl), options->cli_msg_len, in mbedtls_test_ssl_perform_handshake()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function2682 void app_data(int mfl, int cli_msg_len, int srv_msg_len,
2690 options.cli_msg_len = cli_msg_len;
2711 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len,
2715 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
2723 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len,
2727 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
3133 if (options.cli_msg_len != 0 || options.srv_msg_len != 0) {
3136 &(client.ssl), options.cli_msg_len,