Searched refs:pseudorand (Results 1 – 5 of 5) sorted by relevance
118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument145 if (pseudorand) in bnrand()157 if (pseudorand == 2) in bnrand()
171 if (meth && meth->pseudorand) in RAND_pseudo_bytes()172 return meth->pseudorand(buf,num); in RAND_pseudo_bytes()
87 int (*pseudorand)(unsigned char *buf, int num); member
125 fake_rand.pseudorand = old_rand->bytes; in change_rand()