ESP-IDF
nvs::NVSEncryptedPartition
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::NVSEncryptedPartition
nvs::NVSEncryptedPartition class
Syntax
Show:
Summary
Declaration
from
nvs_encrypted_partition.hpp:24
class
NVSEncryptedPartition
:
public
NVSPartition
{
public
:
NVSEncryptedPartition
(
const
esp_partition_t
*
partition
)
;
virtual
~
NVSEncryptedPartition
(
)
{
}
esp_err_t
init
(
nvs_sec_cfg_t
*
cfg
)
;
esp_err_t
read
(
size_t
src_offset
,
void
*
dst
,
size_t
size
)
override
;
esp_err_t
write
(
size_t
dst_offset
,
const
void
*
src
,
size_t
size
)
override
;
protected
:
mbedtls_aes_xts_context
mEctxt
;
mbedtls_aes_xts_context
mDctxt
;
}
;
Fields
Field
Declared as
nvs::NVSEncryptedPartition::mEctxt
mbedtls_aes_xts_context
nvs::NVSEncryptedPartition::mDctxt
mbedtls_aes_xts_context
Methods
init()
read()
write()
Examples
References
from
examples
Code
Location
Scope
Referrer
class
NVSEncryptedPartition
:
public
NVSPartition
{
nvs_encrypted_partition.hpp:24
NVSEncryptedPartition
::
NVSEncryptedPartition
(
const
esp_partition_t
*
partition
)
nvs_encrypted_partition.cpp:13
nvs::NVSEncryptedPartition::NVSEncryptedPartition()
esp_err_t
NVSEncryptedPartition
::
init
(
nvs_sec_cfg_t
*
cfg
)
nvs_encrypted_partition.cpp:16
nvs::NVSEncryptedPartition::init()
esp_err_t
NVSEncryptedPartition
::
read
(
size_t
src_offset
,
void
*
dst
,
size_t
size
)
nvs_encrypted_partition.cpp:34
nvs::NVSEncryptedPartition::read()
esp_err_t
NVSEncryptedPartition
::
write
(
size_t
addr
,
const
void
*
src
,
size_t
size
)
nvs_encrypted_partition.cpp:65
nvs::NVSEncryptedPartition::write()
NVSEncryptedPartition
*
enc_p
=
new
(
std
::
nothrow
)
NVSEncryptedPartition
(
esp_partition
)
;
nvs_partition_lookup.cpp:49
nvs::partition_lookup::lookup_nvs_encrypted_partition()
delete
enc_p
;
nvs_partition_lookup.cpp:56
nvs::partition_lookup::lookup_nvs_encrypted_partition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
nvs::NVSEncryptedPartition
is inherited by 1 classes:
All items filtered out
nvs::NVSEncryptedPartition
nvs::NVSPartition
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
nvs::NVSEncryptedPartition
is freed by 1 symbol:
All items filtered out
nvs::NVSEncryptedPartition
nvs::partition_lookup::lookup_nvs_encrypted_partition()
All items filtered out