Home
last modified time | relevance | path

Searched defs:block_bytes (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c341 unsigned block_bytes = len - stream_bytes; // bytes which are in a full block in esp_aes_process_dma() local
506 unsigned block_bytes = len - stream_bytes; // bytes which are in a full block in esp_aes_process_dma_gcm() local
802 size_t block_bytes = length - (length % AES_BLOCK_BYTES); in esp_aes_crypt_cfb8() local
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_sha.c86 int block_bytes = (words_hashed % BLOCK_WORDS) * 4; in bootloader_sha256_finish() local
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c685 unsigned block_bytes = aad_len - stream_bytes; // bytes which are in a full block in esp_aes_gcm_crypt_and_tag() local