Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_core.c765 size_t *E_bit_index) in exp_mod_calc_first_bit_optionally_safe() argument
781 *E_bit_index = E_bits % biL; in exp_mod_calc_first_bit_optionally_safe()
794 *E_bit_index = 0; in exp_mod_calc_first_bit_optionally_safe()
863 size_t E_bit_index = 0; in mbedtls_mpi_core_exp_mod_optionally_safe() local
865 &E_limb_index, &E_bit_index); in mbedtls_mpi_core_exp_mod_optionally_safe()
908 if (E_bit_index == 0) { in mbedtls_mpi_core_exp_mod_optionally_safe()
910 E_bit_index = biL - 1; in mbedtls_mpi_core_exp_mod_optionally_safe()
912 --E_bit_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()
[all …]