Searched refs:SSL_CTX_set_options (Results 1 – 19 of 19) sorted by relevance
/external/python/cryptography/tests/hazmat/bindings/ |
D | test_openssl.py | 47 resp = b.lib.SSL_CTX_set_options(ctx, b.lib.SSL_OP_ALL)
|
/external/honggfuzz/examples/openssl/ |
D | client.c | 578 SSL_CTX_set_options(ctx, opts); in LLVMFuzzerInitialize()
|
D | server.c | 636 SSL_CTX_set_options(ctx, opts); in LLVMFuzzerInitialize()
|
/external/libevent/test/ |
D | regress_ssl.c | 177 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/ |
D | ssl.h | 705 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/ |
D | test_config.cc | 1153 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/ |
D | PORTING.md | 265 `SSL_CTRL_OPTIONS` | `SSL_CTX_get_options` or `SSL_CTX_set_options`
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1058 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.c | 2245 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/ |
D | grpc_shadow_boringssl_symbol_list | 143 SSL_CTX_set_options
|
D | BoringSSL-GRPC.podspec | 1695 '#define SSL_CTX_set_options GRPC_SHADOW_SSL_CTX_set_options',
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1346 return _lib.SSL_CTX_set_options(self._context, options)
|
/external/grpc-grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 690 SSL_CTX_set_options(context, SSL_OP_SINGLE_ECDH_USE); in populate_ssl_context()
|
D | grpc_shadow_boringssl.h | 171 #define SSL_CTX_set_options GRPC_SHADOW_SSL_CTX_set_options macro
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3180 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/ |
D | openssl.c | 2619 SSL_CTX_set_options(BACKEND->ctx, ctx_options); in ossl_connect_step1()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.cc | 1440 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { in SSL_CTX_set_options() function
|
D | ssl_test.cc | 4577 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/ |
D | native_crypto.cc | 6592 SSL_CTX_set_options( in NativeCrypto_SSL_CTX_new()
|