Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c188 size_t blk_len = 0; in esp_sha_block_mode() local
192 blk_len = block_length(sha_type); in esp_sha_block_mode()
193 blk_word_len = blk_len / 4; in esp_sha_block_mode()
194 num_block = ilen / blk_len; in esp_sha_block_mode()
202 sha_hal_hash_block(sha_type, input + blk_len * i, blk_word_len, is_first_block); in esp_sha_block_mode()