Searched refs:handleDecryptTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
H A D | hks_aes_cipher_test_common.cpp | 232 struct HksBlob handleDecryptTest = { sizeof(uint64_t), handleD }; in HksAesCipherTestCaseGcm2() local 233 ret = HksInitForDe(keyAlias, decryptParamSet, &handleDecryptTest, nullptr); in HksAesCipherTestCaseGcm2() 295 struct HksBlob handleDecryptTest = { sizeof(uint64_t), handleD }; in HksAesCipherTestCaseGcm3() local 296 ret = HksInitForDe(keyAlias, decryptParamSet, &handleDecryptTest, nullptr); in HksAesCipherTestCaseGcm3() 367 struct HksBlob handleDecryptTest = { sizeof(uint64_t), handleD }; in HksAesCipherTestCaseGcm4() local 368 ret = HksInitForDe(keyAlias, decryptParamSet, &handleDecryptTest, nullptr); in HksAesCipherTestCaseGcm4() 433 struct HksBlob handleDecryptTest = { sizeof(uint64_t), handleD }; in HksAesDecryptThreeStage() local 443 ret = TestUpdateLoopFinish(&handleDecryptTest, decryptParamSet, cipherText, plainText); in HksAesDecryptThreeStage() 460 struct HksBlob handleDecryptTest = { sizeof(uint64_t), handleD }; in HksAesDecryptForBatch() local 470 ret = HksUpdateForDe(&handleDecryptTest, decryptParamSet, cipherText1, plainText1); in HksAesDecryptForBatch() [all …]
|