OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_num_locks
(Results
1 - 7
of
7
) sorted by null
/external/curl/docs/examples/
opensslthreadlock.c
71
mutex_buf = malloc(
CRYPTO_num_locks
( ) * sizeof(MUTEX_TYPE));
74
for (i = 0; i <
CRYPTO_num_locks
( ); i++)
89
for (i = 0; i <
CRYPTO_num_locks
( ); i++)
threaded-ssl.c
69
lockarray=(pthread_mutex_t *)OPENSSL_malloc(
CRYPTO_num_locks
() *
71
for (i=0; i<
CRYPTO_num_locks
(); i++) {
84
for (i=0; i<
CRYPTO_num_locks
(); i++)
/external/boringssl/src/crypto/
thread.c
72
int
CRYPTO_num_locks
(void) { return 1; }
/external/boringssl/src/include/openssl/
thread.h
112
/*
CRYPTO_num_locks
returns one. (This is non-zero that callers who allocate
115
OPENSSL_EXPORT int
CRYPTO_num_locks
(void);
/external/libvncserver/libvncclient/
tls_openssl.c
149
mutex_buf = malloc(
CRYPTO_num_locks
() * sizeof(MUTEX_TYPE));
155
for (i = 0; i <
CRYPTO_num_locks
(); i++)
605
for (i = 0; i <
CRYPTO_num_locks
(); i++)
/external/webrtc/webrtc/base/
openssladapter.cc
245
mutex_buf = new MUTEX_TYPE[
CRYPTO_num_locks
()];
248
for (int i = 0; i <
CRYPTO_num_locks
(); ++i)
271
for (int i = 0; i <
CRYPTO_num_locks
(); ++i)
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 3874 milliseconds