Home
last modified time | relevance | path

Searched refs:rand_meth (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/engine/
Dtb_rand.c77 if(e->rand_meth) in ENGINE_register_RAND()
93 if(e->rand_meth) in ENGINE_set_default_RAND()
110 return e->rand_meth; in ENGINE_get_RAND()
114 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument
116 e->rand_meth = rand_meth; in ENGINE_set_RAND()
Deng_list.c335 dest->rand_meth = src->rand_meth; in engine_cpy()
Deng_int.h157 const RAND_METHOD *rand_meth; member
Deng_lib.c91 e->rand_meth = NULL; in engine_set_all_null()
Dengine.h454 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
/external/openssl/include/openssl/
Dengine.h454 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);