Home
last modified time | relevance | path

Searched refs:nvs_flash_generate_keys (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dnvs_flash.rst109 …用 :component_file:`nvs_flash/include/nvs_flash.h` 提供的 :cpp:func:`nvs_flash_generate_keys` 函数,自动生成并…
111 …当这些 API 函数用于初始化加密的 NVS 分区时,可以在启动后使用 `nvs_flash.h` 提供的 :cpp:func:`nvs_flash_generate_keys` API 函数生成…
145 2. 使用 ``nvs_flash_read_security_cfg`` 或 ``nvs_flash_generate_keys`` API 填充 ``nvs_sec_cfg_t`` 结构;
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_flash.h228 esp_err_t nvs_flash_generate_keys(const esp_partition_t* partition, nvs_sec_cfg_t* cfg);
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c347 TEST_ESP_OK(nvs_flash_generate_keys(key_part, &cfg));
385 TEST_ESP_OK(nvs_flash_generate_keys(key_part, &cfg));
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp153 ret = nvs_flash_generate_keys(key_part, &cfg); in nvs_flash_init()
578 extern "C" esp_err_t nvs_flash_generate_keys(const esp_partition_t* partition, nvs_sec_cfg_t* cfg) in nvs_flash_generate_keys() function
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dnvs_flash.rst109 …s the NVS keys in that partition by making use of the :cpp:func:`nvs_flash_generate_keys` API func…
111 …ns, the keys can be generated after startup using the :cpp:func:`nvs_flash_generate_keys` API func…
145 … using the :cpp:func:`nvs_flash_read_security_cfg` or :cpp:func:`nvs_flash_generate_keys` API func…