Lines Matching defs:in_mont
305 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
328 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
354 if (in_mont != NULL)
355 mont = in_mont;
474 if (in_mont == NULL)
603 BN_MONT_CTX *in_mont)
631 return BN_mod_exp_mont(rr, a, p, m, ctx, in_mont);
656 if (in_mont != NULL)
657 mont = in_mont;
1145 if (in_mont == NULL)
1156 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
1221 if (in_mont != NULL)
1222 mont = in_mont;
1295 if (in_mont == NULL)