Home | History | Annotate | Download | only in Modules

Lines Matching refs:SSL_CTX_new

2963         ctx = SSL_CTX_new(TLSv1_method());
2966 ctx = SSL_CTX_new(TLSv1_1_method());
2968 ctx = SSL_CTX_new(TLSv1_2_method());
2972 ctx = SSL_CTX_new(SSLv3_method());
2976 ctx = SSL_CTX_new(SSLv2_method());
2979 ctx = SSL_CTX_new(TLS_method());
2981 ctx = SSL_CTX_new(TLS_client_method());
2983 ctx = SSL_CTX_new(TLS_server_method());