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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Dtb_rand.c79 if (e->rand_meth)
96 if (e->rand_meth)
116 return e->rand_meth;
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) argument
122 e->rand_meth = rand_meth;
H A Deng_int.h175 const RAND_METHOD *rand_meth; member in struct:engine_st
H A Deng_list.c309 dest->rand_meth = src->rand_meth;
H A Deng_lib.c93 e->rand_meth = NULL;
H A Dengine.h540 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);

Completed in 87 milliseconds