Searched refs:mEctxt (Results 1 – 2 of 2) sorted by relevance
28 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()
37 mbedtls_aes_xts_context mEctxt; member in nvs::NVSEncryptedPartition