Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c189 size_t blk_word_len = 0; in esp_sha_block_mode() local
193 blk_word_len = blk_len / 4; in esp_sha_block_mode()
197 sha_hal_hash_block(sha_type, buf, blk_word_len, is_first_block); 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()