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

/external/openssl/crypto/engine/
H A Dtb_rand.c77 if(e->rand_meth)
93 if(e->rand_meth)
110 return e->rand_meth;
114 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) argument
116 e->rand_meth = rand_meth;
H A Deng_int.h164 const RAND_METHOD *rand_meth; member in struct:engine_st
H A Deng_list.c335 dest->rand_meth = src->rand_meth;
H A Deng_lib.c91 e->rand_meth = NULL;
H A Dengine.h482 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
/external/openssl/include/openssl/
H A Dengine.h482 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);

Completed in 684 milliseconds