BN_mod_ct
if (!BN_mod_ct(a, a, n, ctx))
(BN_mod_ct(t, r, m, ctx) && (swap_tmp = r, r = t, t = swap_tmp, 1))))
int BN_mod_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
if (!BN_mod_ct(r, a, m, ctx))
if (!BN_mod_ct(&mont->RR, &mont->RR, &mont->N, ctx))
if (!BN_mod_ct(t1, rnd, add, ctx))
if (!BN_mod_ct(t1, q,qadd, ctx))
if (!BN_mod_ct(result, result, dsa->q, ctx))
if (!BN_mod_ct(c, X, r0, ctx))
if (!BN_mod_ct(r, r, dsa->q, ctx))
if (!BN_mod_ct(u1, t1, dsa->q, ctx))
r = BN_mod_ct(j, key->d, i, ctx);
r = BN_mod_ct(j, key->d, i, ctx);
if (!BN_mod_ct(r1, &c, rsa->q, ctx))
if (!BN_mod_ct(r1, &c, rsa->p, ctx))
if (!BN_mod_ct(r0, &pr1, rsa->p, ctx))
if (!BN_mod_ct(vrfy, vrfy, rsa->n, ctx))
if (!BN_mod_ct(rsa->dmp1, &d, r1, ctx))
if (!BN_mod_ct(rsa->dmq1, &d, r2, ctx))