Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/
Dcryptlib.c393 char *rw_text,*operation_text; in CRYPTO_lock() local
396 operation_text="lock "; in CRYPTO_lock()
398 operation_text="unlock"; in CRYPTO_lock()
400 operation_text="ERROR "; in CRYPTO_lock()
410 CRYPTO_thread_id(), rw_text, operation_text, in CRYPTO_lock()