Searched refs:int_rep (Results 1 – 3 of 3) sorted by relevance
59 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() argument134 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()
127 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()
125 mbedtls_mpi_mod_rep_selector int_rep; // selector to signal the active member of the union member