Symbol: TLS_method
lib/libssl/hidden/openssl/ssl.h
275
LSSL_USED(TLS_method);
lib/libssl/ssl.h
1325
const SSL_METHOD *TLS_method(void); /* TLS v1.0 or later */
lib/libssl/ssl_methods.c
438
LSSL_ALIAS(TLS_method);
lib/libssl/ssl_methods.c
443
return TLS_method();
lib/libssl/ssl_methods.c
463
return TLS_method();
lib/libssl/ssl_methods.c
470
return TLS_method();
lib/libssl/ssl_methods.c
541
return TLS_method();
regress/lib/libssl/api/apitest.c
120
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/api/apitest.c
89
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ciphers/cipherstest.c
1138
if ((ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ciphers/cipherstest.c
733
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/exporter/exportertest.c
543
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/quic/quictest.c
134
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/quic/quictest.c
160
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
51
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
73
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
48
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
70
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ssl/ssltest.c
599
meth = TLS_method();
regress/lib/libssl/tls/tlstest.c
48
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/tls/tlstest.c
70
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
209
if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/unit/ssl_methods.c
107
.method = TLS_method,
regress/lib/libssl/unit/ssl_verify_param.c
37
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/unit/ssl_versions.c
198
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/unit/ssl_versions.c
258
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
266
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
274
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
282
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
290
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
298
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
306
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
314
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
322
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
330
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
338
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
346
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
354
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
362
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
370
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
378
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
567
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
574
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
581
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
588
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
595
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
602
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
609
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
616
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
623
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
629
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
636
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
643
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
650
.ssl_method = TLS_method,
regress/lib/libssl/unit/ssl_versions.c
656
.ssl_method = TLS_method,
regress/lib/libssl/verify/verify.c
144
if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
usr.bin/openssl/ciphers.c
120
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)