Home | History | Annotate | Download | only in bn

Lines Matching full:bignum

67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
72 BIGNUM *D;
179 static int BN_div_no_branch(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num,
180 const BIGNUM *divisor, BN_CTX *ctx);
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
185 BIGNUM *tmp,wnum,*snum,*sdiv,*res;
274 * bn_pollute) the const bignum arguments =>
426 static int BN_div_no_branch(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num,
427 const BIGNUM *divisor, BN_CTX *ctx)
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res;