Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c295 uint8_t eky_hex[2 * NVS_KEY_SIZE] = { 0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, variable
325 TEST_ASSERT_TRUE(!mbedtls_aes_xts_setkey_enc(ectx, eky_hex, 2 * NVS_KEY_SIZE * 8));
326 TEST_ASSERT_TRUE(!mbedtls_aes_xts_setkey_enc(dctx, eky_hex, 2 * NVS_KEY_SIZE * 8));
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp2932 uint8_t eky_hex[2 * NVS_KEY_SIZE]; variable
2963 toHexStream(eky[cnt], eky_hex);
2964 toHexStream(tky[cnt], &eky_hex[NVS_KEY_SIZE]);
2969 CHECK(!mbedtls_aes_xts_setkey_enc(ectx, eky_hex, 2 * NVS_KEY_SIZE * 8));
2970 CHECK(!mbedtls_aes_xts_setkey_enc(dctx, eky_hex, 2 * NVS_KEY_SIZE * 8));