Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dcryptlib.c562 char *rw_text,*operation_text; in CRYPTO_lock() local
565 operation_text="lock "; in CRYPTO_lock()
567 operation_text="unlock"; in CRYPTO_lock()
569 operation_text="ERROR "; in CRYPTO_lock()
580 CRYPTO_THREADID_hash(&id), rw_text, operation_text, in CRYPTO_lock()