Home
last modified time | relevance | path

Searched refs:handle1 (Results 1 - 2 of 2) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_rsa_sign_verify_test_common.cpp294 struct HksBlob handle1 = { sizeof(uint64_t), handleS1 }; in HksAcRsaThreeStageSignCustomCase() local
297 int32_t ret = HksInitForDe(keyAlias1, paramSet1, &handle1, &challengeBlob1); in HksAcRsaThreeStageSignCustomCase()
315 ret = HksTestUpdate(&handle1, newParamSet1, &inData); in HksAcRsaThreeStageSignCustomCase()
327 ret = HksFinishForDe(&handle1, paramSet1, &finishInData1, &outData1); in HksAcRsaThreeStageSignCustomCase()
353 struct HksBlob handle1 = { sizeof(uint64_t), handleS1 }; in HksAcRsaThreeStageVerifyCustomCase() local
356 int32_t ret = HksInitForDe(keyAlias1, paramSet1, &handle1, &challengeBlob1); in HksAcRsaThreeStageVerifyCustomCase()
375 ret = HksTestUpdate(&handle1, newParamSet1, &inData); in HksAcRsaThreeStageVerifyCustomCase()
386 ret = HksFinishForDe(&handle1, paramSet1, &outData1, &finishOutData1); in HksAcRsaThreeStageVerifyCustomCase()
/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp278 uint32_t handle1 = FindParameter(key1.c_str()); in HWTEST_F() local
279 cout<<"handle1 is: "<<handle1<<std::endl; in HWTEST_F()
280 if (handle1 == static_cast<uint32_t>(-1)) { in HWTEST_F()

Completed in 3 milliseconds