Lines Matching full:bignum
121 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) {
194 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) {
198 int BN_rand_range_ex(BIGNUM *r, BN_ULONG min_inclusive,
199 const BIGNUM *max_exclusive) {
256 int BN_rand_range(BIGNUM *r, const BIGNUM *range) {
260 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) {
264 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, const BIGNUM *priv,