esp-idf/components/nvs_flash/include
Laukik Hase c1bed366ba
nvs_flash: Add support for HMAC-based NVS encryption keys protection scheme
- This features allows the NVS encryption keys to be derived and protected using
  the HMAC peripheral. Since the encryption keys are derived at runtime, they
  are not stored anywhere in the flash and hence this feature does not require
  a separate `nvs_keys` partition.
2023-05-23 13:55:52 +05:30
..
nvs.h refactor(nvs): using define for namespace len instead of magic number 2022-10-21 18:12:24 +02:00
nvs_flash.h nvs_flash: Add support for HMAC-based NVS encryption keys protection scheme 2023-05-23 13:55:52 +05:30
nvs_handle.hpp bugfix(nvs_flash): fixed wrong error check after open_nvs_handle 2022-12-01 18:05:56 +01:00