bn_mul_mont_fixed_top
if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx)
|| !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx))
ret = bn_mul_mont_fixed_top(n, n, r, b->m_ctx, ctx);
if (!bn_mul_mont_fixed_top(&tmp, &am, &am, mont, ctx))
if (!bn_mul_mont_fixed_top(&tmp, &am, &tmp, mont, ctx))
if (!bn_mul_mont_fixed_top(&tmp, &tmp, &tmp, mont, ctx))
if (!bn_mul_mont_fixed_top(&tmp, &tmp, &am, mont, ctx))
if (!bn_mul_mont_fixed_top(d, val[0], val[0], mont, ctx))
if (((val[i] = BN_CTX_get(ctx)) == NULL) || !bn_mul_mont_fixed_top(val[i], val[i - 1], d, mont, ctx))
if (!bn_mul_mont_fixed_top(r, r, r, mont, ctx))
if (!bn_mul_mont_fixed_top(r, r, r, mont, ctx))
if (!bn_mul_mont_fixed_top(r, r, val[wvalue >> 1], mont, ctx))
return bn_mul_mont_fixed_top(r, a, &(mont->RR), mont, ctx);
int ret = bn_mul_mont_fixed_top(r, a, b, mont, ctx);
|| !bn_mul_mont_fixed_top(s, s, priv_key, group->mont_data, ctx)) {
|| !bn_mul_mont_fixed_top(r1, r1, rsa->iqmp, rsa->_method_mod_p,
int bn_mul_mont_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,