Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c64 opts->srv_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()
2224 &(server.ssl), options->srv_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()
2285 &(server.ssl), options->srv_msg_len, in mbedtls_test_ssl_perform_handshake()
/mbedtls-latest/tests/include/test/
Dssl_helpers.h110 int srv_msg_len; member
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function2695 void app_data(int mfl, int cli_msg_len, int srv_msg_len,
2704 options.srv_msg_len = srv_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) {
3151 &(server.ssl), options.srv_msg_len,