Searched refs:srv_msg_len (Results 1 – 3 of 3) sorted by relevance
/mbedtls-3.5.0/tests/src/test_helpers/ |
D | ssl_helpers.c | 81 opts->srv_msg_len = 100; in mbedtls_test_init_handshake_options() 1963 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake() 1967 &(server.ssl), options->srv_msg_len, in mbedtls_test_ssl_perform_handshake() 2024 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake() 2030 options->srv_msg_len, in mbedtls_test_ssl_perform_handshake()
|
/mbedtls-3.5.0/tests/include/test/ |
D | ssl_helpers.h | 89 int srv_msg_len; member
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_ssl.function | 2654 void app_data(int mfl, int cli_msg_len, int srv_msg_len, 2663 options.srv_msg_len = srv_msg_len; 2682 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len, 2686 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 2694 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len, 2698 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 3086 if (options.cli_msg_len != 0 || options.srv_msg_len != 0) { 3090 &(server.ssl), options.srv_msg_len,
|