Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
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()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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
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 …]
Dtest_suite_bignum_mod_raw.function510 * the window (1 << 1 up to 1 << 6).
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
Dtest_suite_bignum_core.function1218 * the window (1 << 1 up to 1 << 6).
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.
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2455 uint8_t window = 0; in HandlePropertySet() local
2458 SuccessOrExit(error = mDecoder.ReadUint8(window)); in HandlePropertySet()
2460 error = otJamDetectionSetWindow(mInstance, window); in HandlePropertySet()
/openthread-latest/doc/
DDoxyfile.in1456 # external symbols imported via tag files in a separate window.
1541 # key> to jump into the search results window, the results can be navigated
/openthread-latest/src/cli/
DREADME.md695 window: 960
/openthread-latest/third_party/mbedtls/repo/
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.