Home
last modified time | relevance | path

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

/tests/src/test_helpers/
A Dssl_helpers.c78 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 Dssl_helpers.h112 int cli_msg_len; member
/tests/suites/
A Dtest_suite_ssl.function3069 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