Searched refs:upper_exc (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libcrypto/bn/ |
| D | bn_rand.c | 292 bn_rand_in_range(BIGNUM *rnd, const BIGNUM *lower_inc, const BIGNUM *upper_exc) in bn_rand_in_range() argument 299 if (!BN_sub(len, upper_exc, lower_inc)) in bn_rand_in_range() 315 bn_rand_interval(BIGNUM *rnd, BN_ULONG lower_word, const BIGNUM *upper_exc) in bn_rand_interval() argument 324 if (!bn_rand_in_range(rnd, lower_inc, upper_exc)) in bn_rand_interval()
|
| D | bn_local.h | 269 int bn_rand_in_range(BIGNUM *rnd, const BIGNUM *lower_inc, const BIGNUM *upper_exc); 270 int bn_rand_interval(BIGNUM *rnd, BN_ULONG lower_word, const BIGNUM *upper_exc);
|