Home
last modified time | relevance | path

Searched defs:is_first_block (Results 1 – 2 of 2) 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()
216 const void *buf, uint32_t buf_len, bool is_first_block) in esp_sha_dma()
293 const void *buf, uint32_t buf_len, bool is_first_block) in esp_sha_dma_process()
/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()