Searched refs:RAND_METHOD (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand_lib.c78 static const RAND_METHOD *default_RAND_meth = NULL;
80 int RAND_set_rand_method(const RAND_METHOD *meth)
92 const RAND_METHOD *RAND_get_rand_method(void)
116 const RAND_METHOD *tmp_meth = NULL;
135 const RAND_METHOD *meth = RAND_get_rand_method();
143 const RAND_METHOD *meth = RAND_get_rand_method();
150 const RAND_METHOD *meth = RAND_get_rand_method();
157 const RAND_METHOD *meth = RAND_get_rand_method();
165 const RAND_METHOD *meth = RAND_get_rand_method();
173 const RAND_METHOD *met
[all...]
H A Drand.h79 /* typedef struct rand_meth_st RAND_METHOD; */
94 int RAND_set_rand_method(const RAND_METHOD *meth);
95 const RAND_METHOD *RAND_get_rand_method(void);
99 RAND_METHOD *RAND_SSLeay(void);
H A Dmd_rand.c167 RAND_METHOD rand_ssleay_meth = {
176 RAND_METHOD *RAND_SSLeay(void)
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Dtb_rand.c114 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e)
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
H A Deng_rdrand.c91 static RAND_METHOD rdrand_meth = {
H A Deng_int.h184 const RAND_METHOD *rand_meth;
H A Dengine.h561 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
607 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e);
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dossl_typ.h147 typedef struct rand_meth_st RAND_METHOD; typedef in typeref:struct:rand_meth_st
/freebsd-10.1-release/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c105 /* functions to change the RAND_METHOD */
110 RAND_METHOD fake_rand;
111 const RAND_METHOD *old_rand;
126 /* set new RAND_METHOD */
/freebsd-10.1-release/crypto/openssl/engines/
H A De_padlock.c152 static RAND_METHOD padlock_rand;
1243 static RAND_METHOD padlock_rand = {
H A De_ubsec.c1028 const RAND_METHOD *meth;
1041 const RAND_METHOD *meth;
H A De_4758cca.c207 static RAND_METHOD ibm_4758_cca_rand = {
H A De_aep.c232 static RAND_METHOD aep_random = {
H A De_chil.c222 static RAND_METHOD hwcrhk_rand = {
H A De_sureware.c170 static RAND_METHOD surewarehk_rand = {
H A De_cswift.c215 static RAND_METHOD cswift_random = {

Completed in 99 milliseconds