Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c58 const uint8_t *message_bytes = (const uint8_t *)message; in esp_hmac_calculate() local
88 write_and_padd(block, message_bytes, message_len); in esp_hmac_calculate()
99 hmac_hal_write_block_512(message_bytes); in esp_hmac_calculate()
100 message_bytes += SHA256_BLOCK_SZ; in esp_hmac_calculate()
106 hmac_hal_write_block_512(message_bytes); in esp_hmac_calculate()
107 message_bytes += SHA256_BLOCK_SZ; in esp_hmac_calculate()
118 write_and_padd(block, message_bytes, remaining); in esp_hmac_calculate()
123 write_and_padd(block, message_bytes, remaining); in esp_hmac_calculate()