Searched refs:cipherText1 (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_aes.c | 373 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree() local 374 (void)memset_s(cipherText1.data, cipherText1.size, 0, cipherText1.size); in TestAes256ByAgree() 375 HKS_TEST_ASSERT(HksEncrypt(&aesKeyAlias1, paramSet, &plainText1, &cipherText1) == 0); in TestAes256ByAgree() 376 g_bufferSize = cipherText1.size; in TestAes256ByAgree() 441 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree1() local 442 (void)memset_s(cipherText1.data, cipherText1.size, 0, cipherText1 in TestAes256ByAgree1() 499 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; TestAes256ByAgree2() local 558 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; TestAes256ByLocal() local [all...] |
Completed in 2 milliseconds