Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dbignum_core.c744 size_t E_bit_index = 0; in mbedtls_mpi_core_exp_mod() local
755 if (E_bit_index == 0) { in mbedtls_mpi_core_exp_mod()
757 E_bit_index = biL - 1; in mbedtls_mpi_core_exp_mod()
759 --E_bit_index; in mbedtls_mpi_core_exp_mod()
764 window |= (E[E_limb_index] >> E_bit_index) & 1; in mbedtls_mpi_core_exp_mod()
769 (E_bit_index == 0 && E_limb_index == 0)) { in mbedtls_mpi_core_exp_mod()
780 } while (!(E_bit_index == 0 && E_limb_index == 0)); in mbedtls_mpi_core_exp_mod()