esp_hmac_calculate() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

* ESP_OK, if the calculation was successful, * ESP_ERR_INVALID_ARG if message or hmac is a nullptr or if key_id out of range * ESP_FAIL, if the hmac calculation failed

Notes

Uses the HMAC peripheral in "upstream" mode.

References

from examples