Searched refs:OPENSSL_INIT_BASE_ONLY (Results 1 – 5 of 5) sorted by relevance
31 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
465 if (!(opts & OPENSSL_INIT_BASE_ONLY)) in OPENSSL_init_crypto()506 if (opts & OPENSSL_INIT_BASE_ONLY) in OPENSSL_init_crypto()
204 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()
449 OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL); in rand_ossl_ctx_new()
441 /* OPENSSL_INIT_BASE_ONLY 0x00040000L */
Completed in 14 milliseconds