Symbol: TLS_client_method
lib/libssl/hidden/openssl/ssl.h
277
LSSL_USED(TLS_client_method);
lib/libssl/ssl.h
1327
const SSL_METHOD *TLS_client_method(void); /* TLS v1.0 or later */
lib/libssl/ssl_methods.c
431
LSSL_ALIAS(TLS_client_method);
lib/libssl/ssl_methods.c
456
return TLS_client_method();
regress/lib/libssl/client/clienttest.c
755
.ssl_method = TLS_client_method,
regress/lib/libssl/client/clienttest.c
762
.ssl_method = TLS_client_method,
regress/lib/libssl/client/clienttest.c
771
.ssl_method = TLS_client_method,
regress/lib/libssl/client/clienttest.c
780
.ssl_method = TLS_client_method,
regress/lib/libssl/client/clienttest.c
791
.ssl_method = TLS_client_method,
regress/lib/libssl/client/clienttest.c
801
.ssl_method = TLS_client_method,
regress/lib/libssl/interop/client.c
119
method = TLS_client_method();
regress/lib/libssl/tlsext/tlsexttest.c
1636
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
176
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1800
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2061
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2322
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2402
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2475
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3223
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL) {
regress/lib/libssl/tlsext/tlsexttest.c
3473
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3562
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3658
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3852
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3987
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4078
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4194
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4595
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
567
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
907
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlslegacy/tlslegacytest.c
543
.ssl_method = TLS_client_method,
regress/lib/libssl/tlslegacy/tlslegacytest.c
550
.ssl_method = TLS_client_method,
regress/lib/libssl/unit/ssl_methods.c
119
.method = TLS_client_method,
regress/lib/libssl/unit/ssl_set_alpn_protos.c
121
if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/unit/ssl_set_alpn_protos.c
158
if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
usr.bin/openssl/ocsp.c
1566
ctx = SSL_CTX_new(TLS_client_method());
usr.bin/openssl/s_client.c
899
cfg.meth = TLS_client_method();
usr.bin/openssl/s_time.c
242
s_time_meth = TLS_client_method();
usr.sbin/nsd/xfrd-tcp.c
131
ctx = SSL_CTX_new(TLS_client_method());
usr.sbin/unbound/testcode/doqclient.c
1356
SSL_CTX* ctx = SSL_CTX_new(TLS_client_method());