Lines Matching refs:mont
70 if (N->rep.mont.rr != NULL) {
71 mbedtls_zeroize_and_free((mbedtls_mpi_uint *) N->rep.mont.rr,
73 N->rep.mont.rr = NULL;
75 N->rep.mont.mm = 0;
143 N->rep.mont.mm = mbedtls_mpi_core_montmul_init(N->p);
144 ret = set_mont_const_square(&N->rep.mont.rr, N->p, N->limbs);
210 N->rep.mont.rr,
231 Nmont.rep.mont.mm, Nmont.rep.mont.rr,
236 Nmont.rep.mont.rr,
242 Nmont.rep.mont.mm, working_memory);