Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_renegotiation (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/programs/fuzz/
Dfuzz_client.c112mbedtls_ssl_conf_renegotiation( &conf, (options & 0x80) ? MBEDTLS_SSL_RENEGOTIATION_ENABLED : MBED… in LLVMFuzzerTestOneInput()
Dfuzz_server.c144mbedtls_ssl_conf_renegotiation( &conf, (options & 0x80) ? MBEDTLS_SSL_RENEGOTIATION_ENABLED : MBED… in LLVMFuzzerTestOneInput()
/third_party/mbedtls/include/mbedtls/
Dssl.h3719 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation );
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1873 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
Dssl_server2.c2774 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1808 mbedtls_ssl_conf_renegotiation( &(server.conf),
1810 mbedtls_ssl_conf_renegotiation( &(client.conf),
/third_party/mbedtls/library/
Dssl_tls.c4264 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation ) in mbedtls_ssl_conf_renegotiation() function