Searched refs:bnrand (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
213 return bnrand(0, rnd, bits, top, bottom);
218 return bnrand(1, rnd, bits, top, bottom);
224 return bnrand(2, rnd, bits, top, bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
206 return bnrand(0, rnd, bits, top, bottom);
211 return bnrand(1, rnd, bits, top, bottom);
217 return bnrand(2, rnd, bits, top, bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
206 return bnrand(0, rnd, bits, top, bottom);
211 return bnrand(1, rnd, bits, top, bottom);
217 return bnrand(2, rnd, bits, top, bottom);

Completed in 77 milliseconds