Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c63 opts->cli_msg_len = 100; in mbedtls_test_init_handshake_options()
2219 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake()
2222 &(client.ssl), options->cli_msg_len, in mbedtls_test_ssl_perform_handshake()
2281 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake()
2283 &(client.ssl), options->cli_msg_len, in mbedtls_test_ssl_perform_handshake()
/mbedtls-latest/tests/include/test/
Dssl_helpers.h109 int cli_msg_len; member
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function2695 void app_data(int mfl, int cli_msg_len, int srv_msg_len,
2703 options.cli_msg_len = cli_msg_len;
2724 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len,
2728 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
2736 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len,
2740 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
3146 if (options.cli_msg_len != 0 || options.srv_msg_len != 0) {
3149 &(client.ssl), options.cli_msg_len,