Searched defs:eky (Results 1 – 4 of 4) sorted by relevance
31 uint8_t eky[NVS_KEY_SIZE]; /*!< XTS encryption and decryption key*/ member
26 uint8_t* eky = reinterpret_cast<uint8_t*>(cfg); in init() local
651 auto check_if_initialized = [](uint8_t* eky, uint8_t* tky, uint32_t crc) { in nvs_flash_read_security_cfg()
2937 char eky[][2 * NVS_KEY_SIZE + 1] = { variable