Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/block/
Dsha.c30 inline static size_t block_length(esp_sha_type type) in block_length() function
72 sha_hal_hash_block(sha_type, data_block, block_length(sha_type) / 4, is_first_block); in esp_sha_block()
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c90 inline static size_t block_length(esp_sha_type type) in block_length() function
192 blk_len = block_length(sha_type); in esp_sha_block_mode()
221 if (buf_len > block_length(sha_type)) { in esp_sha_dma()
297 size_t num_blks = (ilen + buf_len) / block_length(sha_type); in esp_sha_dma_process()
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Dsha.c68 inline static size_t block_length(esp_sha_type type) in block_length() function
219 sha_hal_hash_block(sha_type, data_block, block_length(sha_type), first_block); in esp_sha_block()