Home
last modified time | relevance | path

Searched refs:pseudorand (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/bn/
Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument
145 if (pseudorand) in bnrand()
157 if (pseudorand == 2) in bnrand()
/external/openssl/crypto/rand/
Drand_lib.c171 if (meth && meth->pseudorand) in RAND_pseudo_bytes()
172 return meth->pseudorand(buf,num); in RAND_pseudo_bytes()
Drand.h87 int (*pseudorand)(unsigned char *buf, int num); member
/external/openssl/include/openssl/
Drand.h87 int (*pseudorand)(unsigned char *buf, int num); member
/external/openssl/crypto/ecdsa/
Decdsatest.c125 fake_rand.pseudorand = old_rand->bytes; in change_rand()