Lines Matching refs:Wtable
728 mbedtls_mpi_uint *Wtable,
732 memset(Wtable, 0, AN_limbs * ciL);
733 Wtable[0] = 1;
734 mbedtls_mpi_core_montmul(Wtable, Wtable, RR, AN_limbs, N, AN_limbs, mm, temp);
737 mbedtls_mpi_uint *W1 = Wtable + AN_limbs;
779 mbedtls_mpi_uint *const Wtable = T;
780 mbedtls_mpi_uint *const Wselect = Wtable + table_limbs;
789 /* Set Wtable[i] = A^(2^i) (in Montgomery representation) */
792 welem, Wtable, temp);
799 memcpy(X, Wtable, AN_limbs * ciL);
831 /* Select Wtable[window] without leaking window through
833 mbedtls_mpi_core_ct_uint_table_lookup(Wselect, Wtable,