Searched defs:block_bytes (Results 1 – 3 of 3) sorted by relevance
341 unsigned block_bytes = len - stream_bytes; // bytes which are in a full block in esp_aes_process_dma() local506 unsigned block_bytes = len - stream_bytes; // bytes which are in a full block in esp_aes_process_dma_gcm() local802 size_t block_bytes = length - (length % AES_BLOCK_BYTES); in esp_aes_crypt_cfb8() local
86 int block_bytes = (words_hashed % BLOCK_WORDS) * 4; in bootloader_sha256_finish() local
685 unsigned block_bytes = aad_len - stream_bytes; // bytes which are in a full block in esp_aes_gcm_crypt_and_tag() local