Searched defs:cipherText1 (Results 1 – 4 of 4) sorted by relevance
54 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByLocal() local
331 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree() local397 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree1() local455 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree2() local
891 struct HksBlob cipherText1 = { AesCipher::AES_COMMON_SIZE, cipher1 }; variable
453 const struct HksBlob *inData1, struct HksBlob *cipherText1, struct HksBlob *plainText1, in HksAesDecryptForBatch()