Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c26 #define TEST_AES_128 128 macro
344 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree()
345 uint8_t pubKey2[TEST_AES_128] = {0}; in TestAes256ByAgree()
346 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree()
347 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree()
412 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree1()
413 uint8_t pubKey2[TEST_AES_128] = {0}; in TestAes256ByAgree1()
414 struct HksBlob pubKeyBlob1 = { TEST_AES_128, pubKey1 }; in TestAes256ByAgree1()
415 struct HksBlob pubKeyBlob2 = { TEST_AES_128, pubKey2 }; in TestAes256ByAgree1()
479 uint8_t pubKey1[TEST_AES_128] = {0}; in TestAes256ByAgree2()
[all …]