Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/
H A Dinit.c321 static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT; variable
705 && !RUN_ONCE(&engine_openssl, ossl_init_engine_openssl)) in OPENSSL_init_crypto()
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_openssl.c129 static ENGINE *engine_openssl(void) in engine_openssl() function
143 ENGINE *toadd = engine_openssl(); in engine_load_openssl_int()