Searched refs:pseudorand (Results 1 – 8 of 8) sorted by relevance
118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument148 if (pseudorand) { in bnrand()157 if (pseudorand == 2) { in bnrand()
166 if (meth && meth->pseudorand) in RAND_pseudo_bytes()167 return meth->pseudorand(buf, num); in RAND_pseudo_bytes()
86 int (*pseudorand) (unsigned char *buf, int num); member
78 int (*pseudorand)(unsigned char *, int); member
169 return (*selected_meth->pseudorand)(outdata, size); in RAND_pseudo_bytes()
44 int (*pseudorand)(unsigned char *buf, int num);
197 rm->pseudorand = entropy_getpseudo; in dst__openssl_init()
125 fake_rand.pseudorand = old_rand->bytes; in change_rand()