Searched refs:ectx (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 319 mbedtls_aes_xts_context ectx[1]; variable 322 mbedtls_aes_xts_init(ectx); 325 TEST_ASSERT_TRUE(!mbedtls_aes_xts_setkey_enc(ectx, eky_hex, 2 * NVS_KEY_SIZE * 8)); 328 …TEST_ASSERT_TRUE(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, 32, ba_hex, ptxt_hex, ptxt_hex)…
|
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/ |
D | test_nvs.cpp | 2934 mbedtls_aes_xts_context ectx[1]; variable 2959 mbedtls_aes_xts_init(ectx); 2969 CHECK(!mbedtls_aes_xts_setkey_enc(ectx, eky_hex, 2 * NVS_KEY_SIZE * 8)); 2972 …CHECK(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, Page::ENTRY_SIZE, ba_hex, ptxt_hex, ptxt_h…
|