Home | History | Annotate | Download | only in bn

Lines Matching full:bignum

118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom)
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom)
230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
297 int BN_rand_range(BIGNUM *r, const BIGNUM *range)
302 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range)