Home
last modified time | relevance | path

Searched refs:modulo (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_flash.c206 const uint32_t modulo = *data_len % COREDUMP_CACHE_SIZE; in esp_core_dump_flash_write_prepare() local
207 if (modulo != 0) { in esp_core_dump_flash_write_prepare()
210 padding = COREDUMP_CACHE_SIZE - modulo; in esp_core_dump_flash_write_prepare()
/hal_espressif-3.6.0/
D.flake865 E228, # missing whitespace around modulo operator
/hal_espressif-3.6.0/components/mbedtls/
DKconfig381 Hardware accelerated multiplication, modulo multiplication,
928 bool "NIST 'modulo p' optimisations"
932 NIST 'modulo p' optimisations increase Elliptic Curve operation performance.
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v1.rst220 3. If the image length is not modulo 128, pad the image to a 128 byte boundary with 0xFF. (^)