Searched refs:big_mont_mul (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h170 BIG_ERR_CODE big_mont_mul(BIGNUM *ret,
H A Dbignumimpl.c1657 * big_mont_mul()
1664 big_mont_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, BIGNUM *n, BIG_CHUNK_TYPE n0) function
1869 if ((err = big_mont_mul(&rr, n_rr, a, n, n0)) != BIG_OK) {
1932 if ((err = big_mont_mul(&tmp1, ma, ma, n, n0)) != BIG_OK) {
1938 if ((err = big_mont_mul(&tmp1, ma,
1954 if ((err = big_mont_mul(tmp,
1969 if ((err = big_mont_mul(tmp,
1975 if ((err = big_mont_mul(tmp, tmp,
1981 if ((err = big_mont_mul(tmp,
1998 if ((err = big_mont_mul(tm
[all...]

Completed in 78 milliseconds