Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c99 hmac_hal_write_block_512(message_bytes); in esp_hmac_calculate()
106 hmac_hal_write_block_512(message_bytes); in esp_hmac_calculate()
120 hmac_hal_write_block_512(block); in esp_hmac_calculate()
128 hmac_hal_write_block_512(block); in esp_hmac_calculate()
/hal_espressif-latest/components/hal/include/hal/
Dhmac_hal.h77 void hmac_hal_write_block_512(const void *block);
/hal_espressif-latest/components/hal/
Dhmac_hal.c46 void hmac_hal_write_block_512(const void *block) in hmac_hal_write_block_512() function