Home
last modified time | relevance | path

Searched refs:mEctxt (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp28 mbedtls_aes_xts_init(&mEctxt); in init()
31 if (mbedtls_aes_xts_setkey_enc(&mEctxt, eky, 2 * NVS_KEY_SIZE * 8) != 0) { in init()
102 if (mbedtls_aes_crypt_xts(&mEctxt, in write()
Dnvs_encrypted_partition.hpp37 mbedtls_aes_xts_context mEctxt; member in nvs::NVSEncryptedPartition