Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_core.c728 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()
809 mbedtls_mpi_uint *Wtable, in exp_mod_table_lookup_optionally_safe() argument
815 memcpy(Wselect, Wtable + window * AN_limbs, AN_limbs * ciL); in exp_mod_table_lookup_optionally_safe()
824 mbedtls_mpi_core_ct_uint_table_lookup(Wselect, Wtable, in exp_mod_table_lookup_optionally_safe()
876 mbedtls_mpi_uint *const Wtable = T; in mbedtls_mpi_core_exp_mod_optionally_safe() local
877 mbedtls_mpi_uint *const Wselect = Wtable + table_limbs; in mbedtls_mpi_core_exp_mod_optionally_safe()
[all …]