Searched refs:CRYPTO_LOCK_SSL_SESSION (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_sess.c163 CRYPTO_w_lock(CRYPTO_LOCK_SSL_SESSION);
167 CRYPTO_w_unlock(CRYPTO_LOCK_SSL_SESSION);
465 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
487 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
556 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
596 CRYPTO_add(&c->references,1,CRYPTO_LOCK_SSL_SESSION);
695 i=CRYPTO_add(&ss->references,-1,CRYPTO_LOCK_SSL_SESSION);
774 CRYPTO_add(&session->references,1,CRYPTO_LOCK_SSL_SESSION);
H A Dssl_lib.c2218 CRYPTO_add(&s->session->references,1,CRYPTO_LOCK_SSL_SESSION);
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto.h197 #define CRYPTO_LOCK_SSL_SESSION 14 macro
/barrelfish-master/include/openssl/
H A Dcrypto.h197 #define CRYPTO_LOCK_SSL_SESSION 14 macro

Completed in 37 milliseconds