Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_options (Results 1 – 19 of 19) sorted by relevance

/external/python/cryptography/tests/hazmat/bindings/
Dtest_openssl.py47 resp = b.lib.SSL_CTX_set_options(ctx, b.lib.SSL_OP_ALL)
/external/honggfuzz/examples/openssl/
Dclient.c578 SSL_CTX_set_options(ctx, opts); in LLVMFuzzerInitialize()
Dserver.c636 SSL_CTX_set_options(ctx, opts); in LLVMFuzzerInitialize()
/external/libevent/test/
Dregress_ssl.c177 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
/external/boringssl/src/include/openssl/
Dssl.h705 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options);
4697 #define SSL_CTX_set_options SSL_CTX_set_options macro
/external/boringssl/src/ssl/test/
Dtest_config.cc1153 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE); in SetupCtx()
1326 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE); in SetupCtx()
/external/boringssl/src/
DPORTING.md265 `SSL_CTRL_OPTIONS` | `SSL_CTX_get_options` or `SSL_CTX_set_options`
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1058 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
1059 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
5424 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/external/python/cpython2/Modules/
D_ssl.c2245 SSL_CTX_set_options(self->ctx, options); in context_new()
2588 SSL_CTX_set_options(self->ctx, set); in set_options()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list143 SSL_CTX_set_options
DBoringSSL-GRPC.podspec1695 '#define SSL_CTX_set_options GRPC_SHADOW_SSL_CTX_set_options',
/external/python/pyopenssl/src/OpenSSL/
DSSL.py1346 return _lib.SSL_CTX_set_options(self._context, options)
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc690 SSL_CTX_set_options(context, SSL_OP_SINGLE_ECDH_USE); in populate_ssl_context()
Dgrpc_shadow_boringssl.h171 #define SSL_CTX_set_options GRPC_SHADOW_SSL_CTX_set_options macro
/external/python/cpython3/Modules/
D_ssl.c3180 SSL_CTX_set_options(self->ctx, options); in _ssl__SSLContext_impl()
3745 SSL_CTX_set_options(self->ctx, set); in set_options()
/external/curl/lib/vtls/
Dopenssl.c2619 SSL_CTX_set_options(BACKEND->ctx, ctx_options); in ossl_connect_step1()
/external/boringssl/src/ssl/
Dssl_lib.cc1440 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { in SSL_CTX_set_options() function
Dssl_test.cc4577 SSL_CTX_set_options(server_ctx_.get(), SSL_OP_NO_TICKET); in TEST_P()
4709 SSL_CTX_set_options(server_ctx_.get(), SSL_OP_NO_TICKET); in TEST_P()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6592 SSL_CTX_set_options( in NativeCrypto_SSL_CTX_new()