Searched defs:cipherText1 (Results 1 – 4 of 4) sorted by relevance
53 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByLocal() local
330 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree() local396 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree1() local454 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree2() local
896 struct HksBlob cipherText1 = { AesCipher::AES_COMMON_SIZE, cipher1 }; variable
452 const struct HksBlob *inData1, struct HksBlob *cipherText1, struct HksBlob *plainText1, in HksAesDecryptForBatch()