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

/external/chromium_org/third_party/openssl/openssl/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);
/external/openssl/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);

Completed in 124 milliseconds