Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/engine/
Dtb_rand.c79 if (e->rand_meth) in ENGINE_register_RAND()
96 if (e->rand_meth) in ENGINE_set_default_RAND()
116 return e->rand_meth; in ENGINE_get_RAND()
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND() argument
122 e->rand_meth = rand_meth; in ENGINE_set_RAND()
Deng_list.c310 dest->rand_meth = src->rand_meth; in engine_cpy()
Deng_int.h184 const RAND_METHOD *rand_meth; member
Deng_lib.c93 e->rand_meth = NULL; in engine_set_all_null()
Dengine.h561 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dengine.pod120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
121 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *rand_meth);