Home
last modified time | relevance | path

Searched refs:bnrand (Results 1 – 1 of 1) 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() function
213 return bnrand(0, rnd, bits, top, bottom); in BN_rand()
218 return bnrand(1, rnd, bits, top, bottom); in BN_pseudo_rand()
224 return bnrand(2, rnd, bits, top, bottom); in BN_bntest_rand()