Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Dcryptlib.h31 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
/openssl-master/crypto/
A Dinit.c465 if (!(opts & OPENSSL_INIT_BASE_ONLY)) in OPENSSL_init_crypto()
506 if (opts & OPENSSL_INIT_BASE_ONLY) in OPENSSL_init_crypto()
/openssl-master/crypto/err/
A Derr.c204 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in DEFINE_RUN_ONCE_STATIC()
644 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ossl_err_get_state_int()
706 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()
/openssl-master/crypto/rand/
A Drand_lib.c449 OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL); in rand_ossl_ctx_new()
/openssl-master/include/openssl/
A Dcrypto.h.in441 /* OPENSSL_INIT_BASE_ONLY 0x00040000L */

Completed in 14 milliseconds