Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_legacy_renegotiation (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1938 mbedtls_ssl_conf_legacy_renegotiation(&(server.conf), in mbedtls_test_ssl_perform_handshake()
1940 mbedtls_ssl_conf_legacy_renegotiation(&(client.conf), in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c2121 mbedtls_ssl_conf_legacy_renegotiation(&(server.conf), in mbedtls_test_ssl_perform_handshake()
2123 mbedtls_ssl_conf_legacy_renegotiation(&(client.conf), in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h4375 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h4549 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c1866 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
H A Dssl_server2.c2969 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c1944 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
H A Dssl_server2.c3045 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls.c3148 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy) in mbedtls_ssl_conf_legacy_renegotiation() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls.c2977 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy) in mbedtls_ssl_conf_legacy_renegotiation() function