Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c203 int hmac_ret; in esp_hmac_calculate() local
210 hmac_ret = ets_hmac_calculate_message(convert_key_type(key_id), message, message_len, hmac); in esp_hmac_calculate()
215 if (hmac_ret != 0) { in esp_hmac_calculate()