Home
last modified time | relevance | path

Searched refs:MBEDTLS_MPI_MOD_REP_MONTGOMERY (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_mod.c69 case MBEDTLS_MPI_MOD_REP_MONTGOMERY: in mbedtls_mpi_mod_modulus_free()
142 standard_modulus_setup(N, p, p_limbs, MBEDTLS_MPI_MOD_REP_MONTGOMERY); in mbedtls_mpi_mod_modulus_setup()
274 case MBEDTLS_MPI_MOD_REP_MONTGOMERY: in mbedtls_mpi_mod_inv()
364 if (N->int_rep == MBEDTLS_MPI_MOD_REP_MONTGOMERY) { in mbedtls_mpi_mod_write()
385 if (N->int_rep == MBEDTLS_MPI_MOD_REP_MONTGOMERY && in mbedtls_mpi_mod_write()
H A Dbignum_mod_raw.c128 case MBEDTLS_MPI_MOD_REP_MONTGOMERY: in mbedtls_mpi_mod_raw_mul()
195 case MBEDTLS_MPI_MOD_REP_MONTGOMERY: in mbedtls_mpi_mod_raw_canonical_to_modulus_rep()
209 case MBEDTLS_MPI_MOD_REP_MONTGOMERY: in mbedtls_mpi_mod_raw_modulus_to_canonical_rep()
H A Dbignum_mod.h88 MBEDTLS_MPI_MOD_REP_MONTGOMERY = 2, enumerator