Searched refs:CRYPTO_LOCK_BIO (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c361 CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO);
397 CRYPTO_add(&b->next_bio->references,1,CRYPTO_LOCK_BIO);
410 CRYPTO_add(&b->next_bio->references,-1,CRYPTO_LOCK_BIO);
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto.h204 #define CRYPTO_LOCK_BIO 21 macro
/barrelfish-master/include/openssl/
H A Dcrypto.h204 #define CRYPTO_LOCK_BIO 21 macro
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_chil.c684 if (CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO) > 1)
1329 CRYPTO_w_lock(CRYPTO_LOCK_BIO);
1336 CRYPTO_w_unlock(CRYPTO_LOCK_BIO);
H A De_sureware.c399 if (CRYPTO_add(&bio->references,1,CRYPTO_LOCK_BIO) > 1)
609 CRYPTO_w_lock(CRYPTO_LOCK_BIO);
611 CRYPTO_w_unlock(CRYPTO_LOCK_BIO);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbio_lib.c117 i=CRYPTO_add(&a->references,-1,CRYPTO_LOCK_BIO);

Completed in 98 milliseconds