Searched refs:mbedtls_ssl_conf_legacy_renegotiation (Results 1 – 5 of 5) sorted by relevance
2121 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()
4549 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy);
1944 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
3045 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
2977 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy) in mbedtls_ssl_conf_legacy_renegotiation() function