Home | History | Annotate | Download | only in bn

Lines Matching full:bignum

94 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx)
103 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
107 BIGNUM *a;
108 const BIGNUM *ca;
130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
134 BIGNUM *a,*b,*d,*r;
217 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx)
220 BIGNUM *t;