nvs_flash_read_security_cfg_v2() function
Read NVS security configuration set by the specified security scheme
Arguments
scheme_cfg
Security scheme specific configuration
cfg
Security configuration (encryption keys)
Return value
- ESP_OK, if cfg was read successfully; - ESP_ERR_INVALID_ARG, if scheme_cfg or cfg is NULL; - ESP_FAIL, if the key reading process fails