nvs_flash_read_security_cfg() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK, if cfg was read successfully; - ESP_ERR_INVALID_ARG, if partition or cfg is NULL - ESP_ERR_NVS_KEYS_NOT_INITIALIZED, if the partition is not yet written with keys. - ESP_ERR_NVS_CORRUPT_KEY_PART, if the partition containing keys is found to be corrupt - or error codes from esp_partition_read API.

Notes

Provided partition is assumed to be marked 'encrypted'.

References

from examples