Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h114 int legacy_renegotiation; member
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c67 opts->legacy_renegotiation = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in mbedtls_test_init_handshake_options()
2122 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()
2124 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function2792 void renegotiation(int legacy_renegotiation)
2798 options.legacy_renegotiation = legacy_renegotiation;
2812 void resize_buffers(int mfl, int renegotiation, int legacy_renegotiation,
2821 options.legacy_renegotiation = legacy_renegotiation;
2849 void resize_buffers_renegotiate_mfl(int mfl, int legacy_renegotiation,
2852 test_resize_buffers(mfl, 1, legacy_renegotiation, 0, 1, cipher);