Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c25 #define SHA256_PAD_SZ 8 macro
82 if (message_len + 1 + SHA256_PAD_SZ <= SHA256_BLOCK_SZ) { in esp_hmac_calculate()
117 if (remaining >= SHA256_BLOCK_SZ - SHA256_PAD_SZ) { in esp_hmac_calculate()