Searched refs:OPENSSL_INIT_BASE_ONLY (Results 1 - 9 of 9) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | cryptlib.h | 28 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | cryptlib.h | 31 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
|
/third_party/openssl/include/crypto/ |
H A D | cryptlib.h | 31 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | init.c | 469 if (!(opts & OPENSSL_INIT_BASE_ONLY)) in OPENSSL_init_crypto() 497 * When the caller specifies OPENSSL_INIT_BASE_ONLY, that should be the in OPENSSL_init_crypto() 501 * re-enters OPENSSL_init_crypto() with OPENSSL_INIT_BASE_ONLY, but with in OPENSSL_init_crypto() 510 if (opts & OPENSSL_INIT_BASE_ONLY) in OPENSSL_init_crypto()
|
/third_party/openssl/crypto/ |
H A D | init.c | 469 if (!(opts & OPENSSL_INIT_BASE_ONLY)) in OPENSSL_init_crypto() 497 * When the caller specifies OPENSSL_INIT_BASE_ONLY, that should be the in OPENSSL_init_crypto() 501 * re-enters OPENSSL_init_crypto() with OPENSSL_INIT_BASE_ONLY, but with in OPENSSL_init_crypto() 510 if (opts & OPENSSL_INIT_BASE_ONLY) in OPENSSL_init_crypto()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err.c | 216 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in DEFINE_RUN_ONCE_STATIC() 677 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ossl_err_get_state_int() 739 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()
|
/third_party/openssl/crypto/err/ |
H A D | err.c | 216 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in DEFINE_RUN_ONCE_STATIC() 677 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ossl_err_get_state_int() 739 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_lib.c | 456 OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL); in rand_ossl_ctx_new()
|
/third_party/openssl/crypto/rand/ |
H A D | rand_lib.c | 456 OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL); in rand_ossl_ctx_new()
|
Completed in 10 milliseconds