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

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dinit.c89 static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT; variable
534 if (!RUN_ONCE_ALT(&register_atexit, ossl_init_no_register_atexit,
537 } else if (!RUN_ONCE(&register_atexit, ossl_init_register_atexit)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dinit.c120 static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT; variable
642 if (!RUN_ONCE_ALT(&register_atexit, ossl_init_no_register_atexit,
645 } else if (!RUN_ONCE(&register_atexit, ossl_init_register_atexit)) {

Completed in 91 milliseconds