Home
last modified time | relevance | path

Searched defs:cipherText1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_aes.c54 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByLocal() local
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_aes_func.cpp331 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree() local
397 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree1() local
455 struct HksBlob cipherText1 = { TEST_AES_256, g_buffer }; in TestAes256ByAgree2() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_batch_test.cpp891 struct HksBlob cipherText1 = { AesCipher::AES_COMMON_SIZE, cipher1 }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_test_common.cpp453 const struct HksBlob *inData1, struct HksBlob *cipherText1, struct HksBlob *plainText1, in HksAesDecryptForBatch()