Home
last modified time | relevance | path

Searched refs:SSL_MODE_RELEASE_BUFFERS (Results 1 – 10 of 10) sorted by relevance

/external/libwebsockets/lib/tls/openssl/
Dopenssl-client.c704 SSL_MODE_RELEASE_BUFFERS); in lws_tls_client_create_vhost_context()
Dopenssl-server.c584 SSL_MODE_RELEASE_BUFFERS);
/external/python/cpython3/Modules/
D_ssl.c3097 #if defined(SSL_MODE_RELEASE_BUFFERS) in _ssl__SSLContext_impl()
3234 #if defined(SSL_MODE_RELEASE_BUFFERS) in _ssl__SSLContext_impl()
3245 SSL_CTX_set_mode(self->ctx, SSL_MODE_RELEASE_BUFFERS); in _ssl__SSLContext_impl()
/external/curl/lib/vtls/
Dopenssl.c2555 #ifdef SSL_MODE_RELEASE_BUFFERS in ossl_connect_step1()
2556 SSL_CTX_set_mode(backend->ctx, SSL_MODE_RELEASE_BUFFERS); in ossl_connect_step1()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py154 MODE_RELEASE_BUFFERS = _lib.SSL_MODE_RELEASE_BUFFERS
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4381 #define SSL_MODE_RELEASE_BUFFERS 0 macro
/external/boringssl/src/include/openssl/
Dssl.h4453 #define SSL_MODE_RELEASE_BUFFERS 0 macro
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1329 In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode option if it is
D3.6.0a1.rst2073 In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode option if it is
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7017 mode |= SSL_MODE_RELEASE_BUFFERS; in NativeCrypto_SSL_CTX_new()