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

/external/openssl/crypto/bn/
H A Dbn_rand.c119 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
214 return bnrand(0, rnd, bits, top, bottom);
219 return bnrand(1, rnd, bits, top, bottom);
225 return bnrand(2, rnd, bits, top, bottom);

Completed in 158 milliseconds