Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_renegotiation (Results 1 – 8 of 8) 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/curl/lib/vtls/
Dmbedtls.c461 mbedtls_ssl_conf_renegotiation(&backend->config, in mbed_connect_step1()
/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