Searched defs: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, function
2340 err = big_mont_conv(&ma, &ma, n, n0, n_rr);
2342 err = big_mont_conv(&ma, a, n, n0, n_rr);
2350 if ((err = big_mont_conv(&tmp, &tmp, n, n0, n_rr)) != BIG_OK) {

Completed in 67 milliseconds