Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dcryptlib.c566 char *rw_text,*operation_text; in CRYPTO_lock() local
569 operation_text="lock "; in CRYPTO_lock()
571 operation_text="unlock"; in CRYPTO_lock()
573 operation_text="ERROR "; in CRYPTO_lock()
584 CRYPTO_THREADID_hash(&id), rw_text, operation_text, in CRYPTO_lock()