Home | History | Annotate | Download | only in rsa

Lines Matching defs:mont

130   /* mont is the Montgomery context used for this |BN_BLINDING|. It is not
132 const BN_MONT_CTX *mont;
134 const BIGNUM *m, BN_CTX *ctx, const BN_MONT_CTX *mont);
289 const BIGNUM *m, BN_CTX *ctx, const BN_MONT_CTX *mont),
290 const BN_MONT_CTX *mont) {
322 if (mont != NULL) {
323 ret->mont = mont;
348 if (ret->bn_mod_exp != NULL && ret->mont != NULL) {
349 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->mont)) {