Home
last modified time | relevance | path

Searched refs:rand_meth (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Dtb_rand.c30 if (e->rand_meth) in ENGINE_register_RAND()
47 if (e->rand_meth) in ENGINE_set_default_RAND()
68 return e->rand_meth; in ENGINE_get_RAND()
72 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument
74 e->rand_meth = rand_meth; in ENGINE_set_RAND()
H A Deng_list.c357 dest->rand_meth = src->rand_meth; in engine_cpy()
H A Deng_local.h118 const RAND_METHOD *rand_meth; member
H A Deng_lib.c57 e->rand_meth = NULL; in engine_set_all_null()
/third_party/openssl/crypto/engine/
H A Dtb_rand.c30 if (e->rand_meth) in ENGINE_register_RAND()
47 if (e->rand_meth) in ENGINE_set_default_RAND()
68 return e->rand_meth; in ENGINE_get_RAND()
72 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument
74 e->rand_meth = rand_meth; in ENGINE_set_RAND()
H A Deng_list.c354 dest->rand_meth = src->rand_meth; in engine_cpy()
H A Deng_local.h118 const RAND_METHOD *rand_meth; member
H A Deng_lib.c57 e->rand_meth = NULL; in engine_set_all_null()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dengine.h501 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
/third_party/openssl/include/openssl/
H A Dengine.h501 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
/third_party/openssl/ohos_lite/include/openssl/
H A Dengine.h474 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);

Completed in 7 milliseconds