Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c25 #define TEST_AES_32 32 macro
530 char testKey[TEST_AES_32]; in TestAes256ByLocal()
533 for (int i = 0; i < TEST_AES_32; ++i) { in TestAes256ByLocal()
534 testKey[i] = i + TEST_AES_32; in TestAes256ByLocal()