Searched refs:rand_meth (Results 1 – 8 of 8) sorted by relevance
30 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() argument74 e->rand_meth = rand_meth; in ENGINE_set_RAND()
357 dest->rand_meth = src->rand_meth; in engine_cpy()
118 const RAND_METHOD *rand_meth; member
57 e->rand_meth = NULL; in engine_set_all_null()
10 $CRYPTO=$CRYPTO rand_meth.c
501 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
457 SRCS+= rand_meth.c rand_pool.c randfile.c
125 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);