Searched refs:Wtable (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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() 779 mbedtls_mpi_uint *const Wtable = T; in mbedtls_mpi_core_exp_mod() local 780 mbedtls_mpi_uint *const Wselect = Wtable + table_limbs; in mbedtls_mpi_core_exp_mod() 792 welem, Wtable, temp); in mbedtls_mpi_core_exp_mod() 799 memcpy(X, Wtable, AN_limbs * ciL); in mbedtls_mpi_core_exp_mod() 833 mbedtls_mpi_core_ct_uint_table_lookup(Wselect, Wtable, in mbedtls_mpi_core_exp_mod()
|