Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1841 big_mont_conv(BIGNUM *result, BIGNUM *a, BIGNUM *n, BIG_CHUNK_TYPE n0, in big_mont_conv() function
2340 err = big_mont_conv(&ma, &ma, n, n0, n_rr); in big_modexp_ext()
2342 err = big_mont_conv(&ma, a, n, n0, n_rr); in big_modexp_ext()
2350 if ((err = big_mont_conv(&tmp, &tmp, n, n0, n_rr)) != BIG_OK) { in big_modexp_ext()