Searched refs:srv_msg_len (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | ssl_helpers.h | 110 int srv_msg_len; member
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 64 opts->srv_msg_len = 100; in mbedtls_test_init_handshake_options() 2200 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake() 2205 &(server.ssl), options->srv_msg_len, in mbedtls_test_ssl_perform_handshake() 2262 if (options->cli_msg_len != 0 || options->srv_msg_len != 0) { in mbedtls_test_ssl_perform_handshake() 2266 &(server.ssl), options->srv_msg_len, in mbedtls_test_ssl_perform_handshake()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 2682 void app_data(int mfl, int cli_msg_len, int srv_msg_len, 2691 options.srv_msg_len = srv_msg_len; 2711 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len, 2715 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 2723 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len, 2727 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments, 3133 if (options.cli_msg_len != 0 || options.srv_msg_len != 0) { 3138 &(server.ssl), options.srv_msg_len,
|