Searched refs:mbedtls_ssl_conf_legacy_renegotiation (Results 1 – 5 of 5) sorted by relevance
2140 mbedtls_ssl_conf_legacy_renegotiation(&(server.conf), in mbedtls_test_ssl_perform_handshake()2142 mbedtls_ssl_conf_legacy_renegotiation(&(client.conf), in mbedtls_test_ssl_perform_handshake()
4593 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy);
1963 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
3054 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
2964 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy) in mbedtls_ssl_conf_legacy_renegotiation() function