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

Return value

ESP_OK if signature is valid, ESP_ERR_INVALID_STATE if signature fails, ESP_FAIL for other failures (ie can't read flash).

Notes

This function doesn't have any fault injection resistance so should not be called during a secure boot itself (but can be called when verifying an update, etc.)

References

from examples