Lines Matching refs:n0

1664 big_mont_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, BIGNUM *n, BIG_CHUNK_TYPE n0)  in big_mont_mul()  argument
1705 digit = *rrplusi * n0; in big_mont_mul()
1721 digit = *rrplusi * n0; in big_mont_mul()
1841 big_mont_conv(BIGNUM *result, BIGNUM *a, BIGNUM *n, BIG_CHUNK_TYPE n0, in big_mont_conv() argument
1869 if ((err = big_mont_mul(&rr, n_rr, a, n, n0)) != BIG_OK) { in big_mont_conv()
1892 BIGNUM *tmp, BIG_CHUNK_TYPE n0) in big_modexp_ncp_int() argument
1932 if ((err = big_mont_mul(&tmp1, ma, ma, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1939 &(apowers[i - 1]), n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1955 tmp, tmp, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1970 tmp, tmp, n, n0)) != in big_modexp_ncp_int()
1977 n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1982 tmp, tmp, n, n0)) != in big_modexp_ncp_int()
1998 if ((err = big_mont_mul(tmp, tmp, tmp, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
2004 &(apowers[p >> (l + 1)]), n, n0)) != BIG_OK) { in big_modexp_ncp_int()
2009 if ((err = big_mont_mul(result, tmp, tmp, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
2045 BIGNUM *tmp, BIG_CHUNK_TYPE n0) in big_modexp_ncp_float() argument
2081 dn0 = (double)(n0 & 0xffff); in big_modexp_ncp_float()
2306 BIG_CHUNK_TYPE n0; in big_modexp_ext() local
2334 n0 = big_n0(n->value[0]); in big_modexp_ext()
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()
2355 err = (*(info->func))(&tmp, &ma, e, n, &tmp, n0, in big_modexp_ext()
2358 err = big_modexp_ncp_sw(&tmp, &ma, e, n, &tmp, n0); in big_modexp_ext()
2366 if ((err = big_mont_mul(&tmp, &tmp, &ma, n, n0)) != BIG_OK) { in big_modexp_ext()