Searched refs:NVSEncryptedPartition (Results 1 – 6 of 6) sorted by relevance
21 NVSEncryptedPartition::NVSEncryptedPartition(const esp_partition_t *partition) in NVSEncryptedPartition() function in nvs::NVSEncryptedPartition24 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()
24 class NVSEncryptedPartition : public NVSPartition { class26 NVSEncryptedPartition(const esp_partition_t *partition);28 virtual ~NVSEncryptedPartition() { } in ~NVSEncryptedPartition()
49 NVSEncryptedPartition *enc_p = new (std::nothrow) NVSEncryptedPartition(esp_partition); in lookup_nvs_encrypted_partition()
148 nvs::NVSEncryptedPartition part;
2573 NVSEncryptedPartition *enc_part = new NVSEncryptedPartition(&esp_part); in check_nvs_part_gen_args()
115 nvs::NVSEncryptedPartition part;