Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/bignum/
H A Dbignumimpl.c1664 big_mont_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, BIGNUM *n, BIG_CHUNK_TYPE n0) in big_mont_mul() function
1869 if ((err = big_mont_mul(&rr, n_rr, a, n, n0)) != BIG_OK) { in big_mont_conv()
1932 if ((err = big_mont_mul(&tmp1, ma, ma, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1938 if ((err = big_mont_mul(&tmp1, ma, in big_modexp_ncp_int()
1954 if ((err = big_mont_mul(tmp, in big_modexp_ncp_int()
1969 if ((err = big_mont_mul(tmp, in big_modexp_ncp_int()
1975 if ((err = big_mont_mul(tmp, tmp, in big_modexp_ncp_int()
1981 if ((err = big_mont_mul(tmp, in big_modexp_ncp_int()
1998 if ((err = big_mont_mul(tmp, tmp, tmp, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
2003 if ((err = big_mont_mul(tmp, tmp, in big_modexp_ncp_int()
[all …]
H A Dbignum.h170 BIG_ERR_CODE big_mont_mul(BIGNUM *ret,