Searched refs:TLS_method (Results 1 – 4 of 4) sorted by relevance
470 TLS_method(void) in TLS_method() function482 return TLS_method(); in TLS_server_method()500 return TLS_method(); in SSLv23_method()506 return TLS_method(); in SSLv23_server_method()567 return (TLS_method()); in ssl_get_method()
137 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) in ciphers_main()
1356 const SSL_METHOD *TLS_method(void); /* TLS v1.0 or later */
1137 * Enable TLSv1.3 for the generic TLS_method().2329 * Added TLS_method, TLS_client_method and TLS_server_method as a