Home | History | Annotate | Download | only in bn

Lines Matching full:bignum

128 static int bn_mod_mul_montgomery_fallback(BIGNUM *r, const BIGNUM *a,
129 const BIGNUM *b,
176 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) {
227 const BIGNUM *mod, BN_CTX *bn_ctx) {
258 int BN_to_montgomery(BIGNUM *ret, const BIGNUM *a, const BN_MONT_CTX *mont,
263 static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r,
268 const BIGNUM *n = &mont->N;
347 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a, const BN_MONT_CTX *mont,
350 BIGNUM *t;
367 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
398 static int bn_mod_mul_montgomery_fallback(BIGNUM *r, const BIGNUM *a,
399 const BIGNUM *b,
405 BIGNUM *tmp = BN_CTX_get(ctx);