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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c110 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use);
1015 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use) argument
1021 if (use_engine_lock) CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
1041 if (use_engine_lock) CRYPTO_w_unlock(CRYPTO_LOCK_ENGINE);

Completed in 109 milliseconds