Symbol: TLS_server_method
lib/libssl/hidden/openssl/ssl.h
276
LSSL_USED(TLS_server_method);
lib/libssl/ssl.h
1326
const SSL_METHOD *TLS_server_method(void); /* TLS v1.0 or later */
lib/libssl/ssl_methods.c
445
LSSL_ALIAS(TLS_server_method);
regress/lib/libssl/interop/server.c
126
method = TLS_server_method();
regress/lib/libssl/tlsext/tlsexttest.c
1141
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1503
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1723
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1938
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2192
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2688
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3346
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) {
regress/lib/libssl/tlsext/tlsexttest.c
377
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4357
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4605
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
825
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/unit/ssl_methods.c
113
.method = TLS_server_method,
sbin/unwind/libunbound/services/listen_dnsport.c
4648
SSL_CTX* ctx = SSL_CTX_new(TLS_server_method());
usr.bin/openssl/s_server.c
1030
cfg.meth = TLS_server_method();
usr.sbin/unbound/services/listen_dnsport.c
4648
SSL_CTX* ctx = SSL_CTX_new(TLS_server_method());