Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h140 BIG_ERR_CODE big_mont_rr(BIGNUM *result, BIGNUM *n);
H A Dbignumimpl.c1809 big_mont_rr(BIGNUM *result, BIGNUM *n) in big_mont_rr() function
2328 if (big_mont_rr(&rr, n) != BIG_OK) { in big_modexp_ext()