Home
last modified time | relevance | path

Searched defs:eky (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_flash.h31 uint8_t eky[NVS_KEY_SIZE]; /*!< XTS encryption and decryption key*/ member
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp26 uint8_t* eky = reinterpret_cast<uint8_t*>(cfg); in init() local
Dnvs_api.cpp651 auto check_if_initialized = [](uint8_t* eky, uint8_t* tky, uint32_t crc) { in nvs_flash_read_security_cfg()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp2937 char eky[][2 * NVS_KEY_SIZE + 1] = { variable