Searched refs:TLS_server_method (Results 1 – 8 of 8) sorted by relevance
441 TLS_server_method(void) in TLS_server_method() function445 LSSL_ALIAS(TLS_server_method);
351 TLS_server_method
1329 const SSL_METHOD *TLS_server_method(void); /* TLS v1.0 or later */
113 .method = TLS_server_method,
377 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_alpn_server()825 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_supportedgroups_server()1141 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_ecpf_server()1503 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_ri_server()1722 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)1937 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_sni_server()2191 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_quic_transport_parameters_server()2687 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_sessionticket_server()3344 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) { in test_tlsext_serverhello_build()4350 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) in test_tlsext_psk_modes_server()[all …]
126 method = TLS_server_method(); in main()
275 LSSL_USED(TLS_server_method);
1030 cfg.meth = TLS_server_method(); in s_server_main()