Searched refs:Wtable (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum_core.c | 729 mbedtls_mpi_uint *Wtable, in exp_mod_precompute_window() argument 733 memset(Wtable, 0, AN_limbs * ciL); in exp_mod_precompute_window() 734 Wtable[0] = 1; in exp_mod_precompute_window() 735 mbedtls_mpi_core_montmul(Wtable, Wtable, RR, AN_limbs, N, AN_limbs, mm, temp); in exp_mod_precompute_window() 738 mbedtls_mpi_uint *W1 = Wtable + AN_limbs; in exp_mod_precompute_window() 810 mbedtls_mpi_uint *Wtable, in exp_mod_table_lookup_optionally_safe() argument 816 memcpy(Wselect, Wtable + window * AN_limbs, AN_limbs * ciL); in exp_mod_table_lookup_optionally_safe() 825 mbedtls_mpi_core_ct_uint_table_lookup(Wselect, Wtable, in exp_mod_table_lookup_optionally_safe() 877 mbedtls_mpi_uint *const Wtable = T; in mbedtls_mpi_core_exp_mod_optionally_safe() local 878 mbedtls_mpi_uint *const Wselect = Wtable + table_limbs; in mbedtls_mpi_core_exp_mod_optionally_safe() [all …]
|