Home
last modified time | relevance | path

Searched refs:NVSEncryptedPartition (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp21 NVSEncryptedPartition::NVSEncryptedPartition(const esp_partition_t *partition) in NVSEncryptedPartition() function in nvs::NVSEncryptedPartition
24 esp_err_t NVSEncryptedPartition::init(nvs_sec_cfg_t* cfg) in init()
42 esp_err_t NVSEncryptedPartition::read(size_t src_offset, void* dst, size_t size) in read()
73 esp_err_t NVSEncryptedPartition::write(size_t addr, const void* src, size_t size) in write()
Dnvs_encrypted_partition.hpp24 class NVSEncryptedPartition : public NVSPartition { class
26 NVSEncryptedPartition(const esp_partition_t *partition);
28 virtual ~NVSEncryptedPartition() { } in ~NVSEncryptedPartition()
Dnvs_partition_lookup.cpp49 NVSEncryptedPartition *enc_p = new (std::nothrow) NVSEncryptedPartition(esp_partition); in lookup_nvs_encrypted_partition()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_fixtures.hpp148 nvs::NVSEncryptedPartition part;
Dtest_nvs.cpp2573 NVSEncryptedPartition *enc_part = new NVSEncryptedPartition(&esp_part); in check_nvs_part_gen_args()
/hal_espressif-3.6.0/components/nvs_flash/host_test/fixtures/
Dtest_fixtures.hpp115 nvs::NVSEncryptedPartition part;