Home | History | Annotate | Download | only in bn

Lines Matching defs:ca

366   const BIGNUM *ca;
384 ca = a;
386 ca = x; /* Just do the mod */
389 ret = BN_div_recp(NULL, r, ca, recp, ctx);