nvs_flash_generate_keys_v2() function
Generate (and store) the NVS keys using the specified key-protection scheme
Arguments
scheme_cfg
Security scheme specific configuration
cfg
Security configuration (encryption keys)
Return value
- ESP_OK, if cfg was populated successfully with generated encryption keys; - ESP_ERR_INVALID_ARG, if scheme_cfg or cfg is NULL; - ESP_FAIL, if the key generation process fails