Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/include/hal/
Dsha_hal.h41 void sha_hal_hash_block(esp_sha_type sha_type, const void *data_block, size_t block_word_len, bool …
/hal_espressif-3.7.0/components/mbedtls/port/sha/block/
Dsha.c72 sha_hal_hash_block(sha_type, data_block, block_length(sha_type) / 4, is_first_block); in esp_sha_block()
/hal_espressif-3.7.0/components/mbedtls/port/sha/dma/
Dsha.c197 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()
/hal_espressif-3.7.0/components/hal/
Dsha_hal.c79 void sha_hal_hash_block(esp_sha_type sha_type, const void *data_block, size_t block_word_len, bool … in sha_hal_hash_block() function
/hal_espressif-3.7.0/components/mbedtls/port/sha/parallel_engine/
Dsha.c219 sha_hal_hash_block(sha_type, data_block, block_length(sha_type), first_block); in esp_sha_block()