Searched refs:E_limb_index (Results 1 – 1 of 1) sorted by relevance
764 size_t *E_limb_index, in exp_mod_calc_first_bit_optionally_safe() argument780 *E_limb_index = E_bits / biL; in exp_mod_calc_first_bit_optionally_safe()793 *E_limb_index = E_limbs; in exp_mod_calc_first_bit_optionally_safe()862 size_t E_limb_index = E_limbs; in mbedtls_mpi_core_exp_mod_optionally_safe() local865 &E_limb_index, &E_bit_index); in mbedtls_mpi_core_exp_mod_optionally_safe()867 const size_t wsize = exp_mod_get_window_size(E_limb_index * biL); in mbedtls_mpi_core_exp_mod_optionally_safe()909 --E_limb_index; in mbedtls_mpi_core_exp_mod_optionally_safe()917 window |= (E[E_limb_index] >> E_bit_index) & 1; in mbedtls_mpi_core_exp_mod_optionally_safe()922 (E_bit_index == 0 && E_limb_index == 0)) { in mbedtls_mpi_core_exp_mod_optionally_safe()932 } while (!(E_bit_index == 0 && E_limb_index == 0)); in mbedtls_mpi_core_exp_mod_optionally_safe()