Searched refs:mbedtls_ssl_conf_legacy_renegotiation (Results 1 – 6 of 6) sorted by relevance
2142 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy );
2424 #define ssl_legacy_renegotiation mbedtls_ssl_conf_legacy_renegotiation
1166 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
1751 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
1967 ssl_legacy_renegotiation mbedtls_ssl_conf_legacy_renegotiation
6102 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy ) in mbedtls_ssl_conf_legacy_renegotiation() function