Home
last modified time | relevance | path

Searched refs:lower_word (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/bn/
Dbn_rand.c315 bn_rand_interval(BIGNUM *rnd, BN_ULONG lower_word, const BIGNUM *upper_exc) in bn_rand_interval() argument
322 if (!BN_set_word(lower_inc, lower_word)) in bn_rand_interval()
Dbn_local.h270 int bn_rand_interval(BIGNUM *rnd, BN_ULONG lower_word, const BIGNUM *upper_exc);