Searched refs:tmod (Results 1 – 1 of 1) sorted by relevance
176 BIGNUM tmod; in BN_MONT_CTX_set() local190 BN_init(&tmod); in BN_MONT_CTX_set()191 tmod.d = buf; in BN_MONT_CTX_set()192 tmod.dmax = 2; in BN_MONT_CTX_set()193 tmod.neg = 0; in BN_MONT_CTX_set()208 tmod.top = 0; in BN_MONT_CTX_set()210 tmod.top = 1; in BN_MONT_CTX_set()213 tmod.top = 2; in BN_MONT_CTX_set()216 if (BN_mod_inverse(Ri, R, &tmod, ctx) == NULL) { in BN_MONT_CTX_set()238 if (!BN_div(Ri, NULL, Ri, &tmod, ctx)) { in BN_MONT_CTX_set()[all …]