Home
last modified time | relevance | path

Searched refs:big_modexp_ext (Results 1 – 2 of 2) sorted by relevance

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