Searched refs:window (Results 1 – 7 of 7) sorted by relevance
809 mbedtls_mpi_uint window = 0; in mbedtls_mpi_core_exp_mod() local824 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()
9251 Constant time MPI table lookup - One limb MPI with 0 bit window9254 Constant time MPI table lookup - One limb MPI with 1 bit window9257 Constant time MPI table lookup - One limb MPI with 2 bit window9260 Constant time MPI table lookup - One limb MPI with 3 bit window9263 Constant time MPI table lookup - One limb MPI with 4 bit window9266 Constant time MPI table lookup - One limb MPI with 5 bit window9269 Constant time MPI table lookup - One limb MPI with 6 bit window9314 Constant time MPI table lookup - Small FF/RSA sized MPI with 0 bit window9317 Constant time MPI table lookup - Small FF/RSA sized MPI with 1 bit window9320 Constant time MPI table lookup - Small FF/RSA sized MPI with 2 bit window[all …]
510 * the window (1 << 1 up to 1 << 6).
889 SSL DTLS replay: most recent in window, replayed892 SSL DTLS replay: oldest in window, replayed895 SSL DTLS replay: oldest in window, not replayed898 SSL DTLS replay: just out of the window901 SSL DTLS replay: way out of the window
1218 * the window (1 << 1 up to 1 << 6).
4732 * mbedtls_ssl_write_early_data() we go past the early data writing window4733 * and we cannot test multiple calls to the API is this writing window.
788 window was reduced from 6 to 2, a value that gives the best or close904 victim performing a single private-key operation if the window size used2184 * Reduce stack usage significantly during sliding window exponentiation.
Completed in 85 milliseconds