Searched refs:window (Results 1 – 10 of 10) 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 window9272 Constant time MPI table lookup - Smallest curve sized MPI with 0 bit window9275 Constant time MPI table lookup - Smallest curve sized MPI with 1 bit window9278 Constant time MPI table lookup - Smallest curve 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.
2455 uint8_t window = 0; in HandlePropertySet() local2458 SuccessOrExit(error = mDecoder.ReadUint8(window)); in HandlePropertySet()2460 error = otJamDetectionSetWindow(mInstance, window); in HandlePropertySet()
1456 # external symbols imported via tag files in a separate window.1541 # key> to jump into the search results window, the results can be navigated
695 window: 960
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.