Searched defs:big_modexp_ext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2298 big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr, function
2386 return (big_modexp_ext(result, a, e, n, n_rr, NULL));
2452 if ((err = big_modexp_ext(&ap, &ap, dmodpminus1, p, p_rr, info)) !=
2456 if ((err = big_modexp_ext(&aq, &aq, dmodqminus1, q, q_rr, info)) !=
2843 if ((err = big_modexp_ext(&tmp, &big_Two, &o, n, NULL, info)) !=
2853 big_modexp_ext(&tmp, &tmp, &big_Two, n, NULL, info)) !=

Completed in 57 milliseconds