Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_mod.c59 N->int_rep = MBEDTLS_MPI_MOD_REP_INVALID; in mbedtls_mpi_mod_modulus_init()
68 switch (N->int_rep) { in mbedtls_mpi_mod_modulus_free()
87 N->int_rep = MBEDTLS_MPI_MOD_REP_INVALID; in mbedtls_mpi_mod_modulus_free()
129 mbedtls_mpi_mod_rep_selector int_rep) in standard_modulus_setup() argument
134 N->int_rep = int_rep; in standard_modulus_setup()
273 switch (N->int_rep) { 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.c127 switch (N->int_rep) { in mbedtls_mpi_mod_raw_mul()
194 switch (N->int_rep) { in mbedtls_mpi_mod_raw_canonical_to_modulus_rep()
208 switch (N->int_rep) { in mbedtls_mpi_mod_raw_modulus_to_canonical_rep()
H A Dbignum_mod.h125 mbedtls_mpi_mod_rep_selector int_rep; // selector to signal the active member of the union member