Searched refs:Wtable (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | bignum_core.c | 728 mbedtls_mpi_uint *Wtable, in exp_mod_precompute_window() argument 732 memset(Wtable, 0, AN_limbs * ciL); in exp_mod_precompute_window() 733 Wtable[0] = 1; in exp_mod_precompute_window() 734 mbedtls_mpi_core_montmul(Wtable, Wtable, RR, AN_limbs, N, AN_limbs, mm, temp); in exp_mod_precompute_window() 737 mbedtls_mpi_uint *W1 = Wtable + AN_limbs; in exp_mod_precompute_window() 808 mbedtls_mpi_uint *Wtable, in exp_mod_table_lookup_optionally_safe() argument 814 memcpy(Wselect, Wtable + window * AN_limbs, AN_limbs * ciL); in exp_mod_table_lookup_optionally_safe() 821 mbedtls_mpi_core_ct_uint_table_lookup(Wselect, Wtable, in exp_mod_table_lookup_optionally_safe() 874 mbedtls_mpi_uint *const Wtable = T; in mbedtls_mpi_core_exp_mod_optionally_safe() local 875 mbedtls_mpi_uint *const Wselect = Wtable + table_limbs; in mbedtls_mpi_core_exp_mod_optionally_safe() [all …]
|