Searched refs:crypto_init_once (Results 1 – 1 of 1) sorted by relevance
36 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT; variable67 if (pthread_once(&crypto_init_once, OPENSSL_init_crypto_internal) != 0) in OPENSSL_init_crypto()