Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c186 const uint8_t *buf, uint32_t buf_len, bool is_first_block) in esp_sha_block_mode() argument
197 sha_hal_hash_block(sha_type, buf, blk_word_len, is_first_block); in esp_sha_block_mode()
198 is_first_block = false; 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()
203 is_first_block = false; in esp_sha_block_mode()
210 const void *buf, uint32_t buf_len, bool is_first_block);
216 const void *buf, uint32_t buf_len, bool is_first_block) in esp_sha_dma() argument
228 esp_sha_block_mode(sha_type, input, ilen, buf, buf_len, is_first_block); in esp_sha_dma()
271 ret = esp_sha_dma_process(sha_type, input, dma_chunk_len, buf, buf_len, is_first_block); in esp_sha_dma()
282 is_first_block = false; in esp_sha_dma()
[all …]
/hal_espressif-latest/components/mbedtls/port/sha/block/
Dsha.c70 void esp_sha_block(esp_sha_type sha_type, const void *data_block, bool is_first_block) in esp_sha_block() argument
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/include/sha/
Dsha_block.h68 void esp_sha_block(esp_sha_type sha_type, const void *data_block, bool is_first_block);
Dsha_parallel_engine.h99 void esp_sha_block(esp_sha_type sha_type, const void *data_block, bool is_first_block);
Dsha_dma.h96 const void *buf, uint32_t buf_len, bool is_first_block);