Searched refs:window (Results 1 – 7 of 7) sorted by relevance
/mbedtls-latest/library/ |
D | bignum_core.c | 810 mbedtls_mpi_uint window, 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() 822 AN_limbs, welem, window); in exp_mod_table_lookup_optionally_safe() 899 mbedtls_mpi_uint window = 0; in mbedtls_mpi_core_exp_mod_optionally_safe() local 914 window <<= 1; in mbedtls_mpi_core_exp_mod_optionally_safe() 915 window |= (E[E_limb_index] >> E_bit_index) & 1; in mbedtls_mpi_core_exp_mod_optionally_safe() 923 window, E_public); in mbedtls_mpi_core_exp_mod_optionally_safe() 927 window = 0; in mbedtls_mpi_core_exp_mod_optionally_safe()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_bignum_core.generated.data | 9251 Constant time MPI table lookup - One limb MPI with 0 bit window 9254 Constant time MPI table lookup - One limb MPI with 1 bit window 9257 Constant time MPI table lookup - One limb MPI with 2 bit window 9260 Constant time MPI table lookup - One limb MPI with 3 bit window 9263 Constant time MPI table lookup - One limb MPI with 4 bit window 9266 Constant time MPI table lookup - One limb MPI with 5 bit window 9269 Constant time MPI table lookup - One limb MPI with 6 bit window 9272 Constant time MPI table lookup - Smallest curve sized MPI with 0 bit window 9275 Constant time MPI table lookup - Smallest curve sized MPI with 1 bit window 9278 Constant time MPI table lookup - Smallest curve sized MPI with 2 bit window [all …]
|
D | test_suite_bignum_mod_raw.function | 510 * the window (1 << 1 up to 1 << 6).
|
D | test_suite_ssl.data | 889 SSL DTLS replay: most recent in window, replayed 892 SSL DTLS replay: oldest in window, replayed 895 SSL DTLS replay: oldest in window, not replayed 898 SSL DTLS replay: just out of the window 901 SSL DTLS replay: way out of the window
|
D | test_suite_bignum_core.function | 1219 * the window (1 << 1 up to 1 << 6).
|
D | test_suite_ssl.function | 4745 * mbedtls_ssl_write_early_data() we go past the early data writing window 4746 * and we cannot test multiple calls to the API is this writing window.
|
/mbedtls-latest/ |
D | ChangeLog | 983 window was reduced from 6 to 2, a value that gives the best or close 1099 victim performing a single private-key operation if the window size used 2379 * Reduce stack usage significantly during sliding window exponentiation.
|