Home
last modified time | relevance | path

Searched defs:stream_bytes (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c340 unsigned stream_bytes = len % AES_BLOCK_BYTES; // bytes which aren't in a full block in esp_aes_process_dma() local
505 unsigned stream_bytes = len % AES_BLOCK_BYTES; // bytes which aren't in a full block in esp_aes_process_dma_gcm() local
888 size_t stream_bytes = 0; in esp_aes_crypt_cfb128() local
973 size_t stream_bytes = 0; in esp_aes_crypt_ofb() local
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c684 unsigned stream_bytes = aad_len % AES_BLOCK_BYTES; // bytes which aren't in a full block in esp_aes_gcm_crypt_and_tag() local