Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c308 uint8_t ptxt_hex[32] = { 0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x44, variable
328 …EST_ASSERT_TRUE(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, 32, ba_hex, ptxt_hex, ptxt_hex));
330 TEST_ASSERT_TRUE(!memcmp(ptxt_hex, ctxt_hex, 32));
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp2933 uint8_t ptxt_hex[Page::ENTRY_SIZE], ctxt_hex[Page::ENTRY_SIZE], ba_hex[16]; variable
2965 toHexStream(ptxt[cnt], ptxt_hex);
2972 …K(!mbedtls_aes_crypt_xts(ectx, MBEDTLS_AES_ENCRYPT, Page::ENTRY_SIZE, ba_hex, ptxt_hex, ptxt_hex));
2974 CHECK(!memcmp(ptxt_hex, ctxt_hex, Page::ENTRY_SIZE));