Home
last modified time | relevance | path

Searched refs:CRYPTO_LOCK (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/packages/vms/
Dgnv_conftest.c_first55 /* there is a macro CRYPTO_LOCK that is a number */
57 /* After all the work to get configure to pass the CRYPTO_LOCK tests,
58 * it turns out that VMS does not have the CRYPTO_LOCK symbol in the
/third_party/curl/docs/examples/
Dopensslthreadlock.c57 if(mode & CRYPTO_LOCK) in locking_function()
Dthreaded-ssl.c54 if(mode & CRYPTO_LOCK) { in lock_callback()
/third_party/boringssl/src/include/openssl/
Dthread.h112 #define CRYPTO_LOCK 1 macro
/third_party/nghttp2/src/
Dtls.cc54 if (mode & CRYPTO_LOCK) {
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-tls.c97 if (mode & CRYPTO_LOCK) in lws_openssl_lock_callback()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c78 locking = mode & CRYPTO_LOCK; in ssl_locking_function()
/third_party/boost/boost/asio/ssl/detail/impl/
Dopenssl_init.ipp126 if (mode & CRYPTO_LOCK)
/third_party/ffmpeg/libavformat/
Dtls_openssl.c56 if (mode & CRYPTO_LOCK) in openssl_lock()
/third_party/openssl/include/openssl/
Dcrypto.h223 # define CRYPTO_LOCK 1 macro
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc152 if (mode & CRYPTO_LOCK) { in openssl_locking_cb()
/third_party/python/Modules/
D_ssl.c5927 if (mode & CRYPTO_LOCK) { in _ssl_thread_locking_function()