ESP-IDF
nvs_sec_cfg_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs_sec_cfg_t
nvs_sec_cfg_t struct
Key for encryption and decryption
Syntax
Show:
Summary
Declaration
from
nvs_flash.h:22
typedef
struct
{
uint8_t
eky
[
NVS_KEY_SIZE
]
;
uint8_t
tky
[
NVS_KEY_SIZE
]
;
}
nvs_sec_cfg_t
;
Fields
Field
Declared as
Description
nvs_sec_cfg_t::eky
uint8_t
[
NVS_KEY_SIZE
]
XTS encryption and decryption key.
nvs_sec_cfg_t::tky
uint8_t
[
NVS_KEY_SIZE
]
XTS tweak key.
Related Functions
Found 9 other functions taking a
nvs_sec_cfg_t
argument:
Function
Description
nvs::NVSPartitionManager::secure_init_partition()
nvs::partition_lookup::lookup_nvs_encrypted_partition()
nvs::NVSEncryptedPartition::init()
nvs_flash_secure_init_partition()
Initialize NVS flash storage for the specified partition.
nvs_flash_secure_init()
Initialize the default NVS partition. This API initialises the default NVS partition. The default NVS partition is the one that is labeled "nvs" in the partition table.
nvs_flash_generate_keys()
Generate and store NVS keys in the provided esp partition
nvs_flash_read_security_cfg()
Read NVS security configuration from a partition.
nvs_flash_generate_keys_v2()
Generate (and store) the NVS keys using the specified key-protection scheme
nvs_flash_read_security_cfg_v2()
Read NVS security configuration set by the specified security scheme
Examples
References
from
examples
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
All items filtered out
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
All items filtered out
All items filtered out