Searched refs:testCaseParams1 (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_access_control_rsa_sign_verify_test_common.cpp | 574 static int32_t HksAcRsaVerifyTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, in HksAcRsaVerifyTestCustomCase() argument 580 int32_t ret = InitParamSet(&verifyParamSet1, testCaseParams1.verifyParams.data(), in HksAcRsaVerifyTestCustomCase() 581 testCaseParams1.verifyParams.size()); in HksAcRsaVerifyTestCustomCase() 611 static int32_t AcRsaSignTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, in AcRsaSignTestCustomCase() argument 617 …int32_t ret = InitParamSet(&genParamSet1, testCaseParams1.genParams.data(), testCaseParams1.genPar… in AcRsaSignTestCustomCase() 633 …ret = InitParamSet(&signParamSet1, testCaseParams1.signParams.data(), testCaseParams1.signParams.s… in AcRsaSignTestCustomCase() 655 …ret = HksAcRsaVerifyTestCustomCase(testCaseParams1, testCaseParams2, &publicKey1, &publicKey2, par… in AcRsaSignTestCustomCase() 671 int32_t HksAcRsaSignTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1, in HksAcRsaSignTestCustomCase() argument 675 …int32_t ret = InitParamSet(&signParamSet, testCaseParams1.signParams.data(), testCaseParams1.signP… in HksAcRsaSignTestCustomCase() 689 ret = AcRsaSignTestCustomCase(testCaseParams1, testCaseParams2, param); in HksAcRsaSignTestCustomCase() [all …]
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
H A D | hks_access_control_rsa_sign_verify_test_common.h | 41 int32_t HksAcRsaSignTestCustomCase(const TestAccessCaseRSAParams &testCaseParams1,
|