Home
last modified time | relevance | path

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

/mbedtls/library/
A Dbignum_core.c809 mbedtls_mpi_uint window = 0; in mbedtls_mpi_core_exp_mod() local
824 window <<= 1; in mbedtls_mpi_core_exp_mod()
825 window |= (E[E_limb_index] >> E_bit_index) & 1; in mbedtls_mpi_core_exp_mod()
834 AN_limbs, welem, window); in mbedtls_mpi_core_exp_mod()
838 window = 0; in mbedtls_mpi_core_exp_mod()
/mbedtls/tests/suites/
A Dtest_suite_bignum_core.generated.data9251 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
9314 Constant time MPI table lookup - Small FF/RSA sized MPI with 0 bit window
9317 Constant time MPI table lookup - Small FF/RSA sized MPI with 1 bit window
9320 Constant time MPI table lookup - Small FF/RSA sized MPI with 2 bit window
[all …]
A Dtest_suite_bignum_mod_raw.function510 * the window (1 << 1 up to 1 << 6).
A Dtest_suite_ssl.data889 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
A Dtest_suite_bignum_core.function1218 * the window (1 << 1 up to 1 << 6).
A Dtest_suite_ssl.function4732 * mbedtls_ssl_write_early_data() we go past the early data writing window
4733 * and we cannot test multiple calls to the API is this writing window.
/mbedtls/
A DChangeLog788 window was reduced from 6 to 2, a value that gives the best or close
904 victim performing a single private-key operation if the window size used
2184 * Reduce stack usage significantly during sliding window exponentiation.

Completed in 85 milliseconds