Home
last modified time | relevance | path

Searched refs:handle2 (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.cpp300 struct HksBlob handle2 = { sizeof(uint64_t), handleS2 }; in HksAcRsaThreeStageSignCustomCase() local
303 ret = HksInitForDe(keyAlias2, paramSet2, &handle2, &challengeBlob2); in HksAcRsaThreeStageSignCustomCase()
322 ret = HksTestUpdate(&handle2, newParamSet2, &inData); in HksAcRsaThreeStageSignCustomCase()
332 ret = HksFinishForDe(&handle2, paramSet2, &finishInData2, &outData2); in HksAcRsaThreeStageSignCustomCase()
360 struct HksBlob handle2 = { sizeof(uint64_t), handleS2 }; in HksAcRsaThreeStageVerifyCustomCase() local
363 ret = HksInitForDe(keyAlias2, paramSet2, &handle2, &challengeBlob2); in HksAcRsaThreeStageVerifyCustomCase()
380 ret = HksTestUpdate(&handle2, newParamSet2, &inData); in HksAcRsaThreeStageVerifyCustomCase()
391 ret = HksFinishForDe(&handle2, paramSet2, &outData2, &finishOutData2); in HksAcRsaThreeStageVerifyCustomCase()
/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp292 uint32_t handle2 = FindParameter(key2.c_str()); in HWTEST_F() local
293 cout<<"handle2 is: "<<handle2<<std::endl; in HWTEST_F()
294 if (handle2 == static_cast<uint32_t>(-1)) { in HWTEST_F()

Completed in 3 milliseconds