Home
last modified time | relevance | path

Searched refs:decrypt1ParamSet (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_part1_test.cpp615 struct HksParamSet *decrypt1ParamSet = nullptr; variable
616 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params004, sizeof(g_decrypt1Params004) / sizeof(Hk…
619 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
742 struct HksParamSet *decrypt1ParamSet = nullptr; variable
743 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params008, sizeof(g_decrypt1Params008) / sizeof(Hk…
746 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
H A Dhks_aes_cipher_part2_test.cpp615 struct HksParamSet *decrypt1ParamSet = nullptr; variable
616 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params011, sizeof(g_decrypt1Params011) / sizeof(Hk…
619 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
742 struct HksParamSet *decrypt1ParamSet = nullptr; variable
743 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params015, sizeof(g_decrypt1Params015) / sizeof(Hk…
746 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
H A Dhks_aes_cipher_part3_test.cpp878 struct HksParamSet *decrypt1ParamSet = nullptr; variable
879 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params018, sizeof(g_decrypt1Params018) / sizeof(Hk…
882 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
1337 struct HksParamSet *decrypt1ParamSet = nullptr; variable
1338 …ret = InitParamSet(&decrypt1ParamSet, g_decrypt1Params026, sizeof(g_decrypt1Params026) / sizeof(Hk…
1341 …sAesCipherTestCaseGcm2(&keyAlias, genParamSet, encryptParamSet, decryptParamSet, decrypt1ParamSet);
H A Dhks_aes_cipher_test_common.cpp192 …ramSet *encryptParamSet, struct HksParamSet *decryptParamSet, struct HksParamSet *decrypt1ParamSet) in HksAesCipherTestCaseGcm2() argument
214 ret = HksDecryptForDe(keyAlias, decrypt1ParamSet, &cipherText, &plainText1); in HksAesCipherTestCaseGcm2()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/symmetric_alg_test/
H A Dhks_aes_cipher_test_common.h47 …amSet *encryptParamSet, struct HksParamSet *decryptParamSet, struct HksParamSet *decrypt1ParamSet);