Lines Matching full:bignum
126 static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont);
129 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
132 BIGNUM *tmp;
177 static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont)
179 BIGNUM *n;
338 int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont,
343 BIGNUM *t;
350 BIGNUM *t1,*t2;
413 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
416 BIGNUM *Ri,*R;
426 BIGNUM tmod;
498 { /* bignum version */
537 const BIGNUM *mod, BN_CTX *ctx)