Searched refs:cli_msg_len (Results 1 – 3 of 3) sorted by relevance
| /tests/src/test_helpers/ |
| A D | ssl_helpers.c | 78 opts->cli_msg_len = 100; in mbedtls_test_init_handshake_options() 2239 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in test_serialization() 2241 &(client->ssl), options->cli_msg_len, in test_serialization() 2331 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_connection() 2334 &(client->ssl), options->cli_msg_len, in mbedtls_test_ssl_perform_connection()
|
| /tests/include/test/ |
| A D | ssl_helpers.h | 112 int cli_msg_len; member
|
| /tests/suites/ |
| A D | test_suite_ssl.function | 3069 void app_data(int mfl, int cli_msg_len, int srv_msg_len, 3077 options.cli_msg_len = cli_msg_len; 3098 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len, 3102 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 3110 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len, 3114 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 3619 if (options.cli_msg_len != 0 || options.srv_msg_len != 0) { 3622 &(client.ssl), options.cli_msg_len,
|
Completed in 25 milliseconds