Home | History | Annotate | Download | only in openssl

Lines Matching refs:rnd

435 int     BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
436 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
437 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
438 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
802 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);