Home
last modified time | relevance | path

Searched refs:genParams (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_cipher_test.cpp60 .genParams =
91 .genParams =
122 .genParams =
154 .genParams =
183 .genParams =
271 testAccessCaseParams.genParams.push_back(
297 testAccessCaseParams.genParams.push_back(
322 testAccessCaseParams.genParams.push_back(
346 testAccessCaseParams.genParams.push_back(
370 testAccessCaseParams.genParams.push_back(
[all …]
H A Dhks_access_control_user_mode_test.cpp60 .genParams =
92 .genParams =
124 .genParams =
154 .genParams =
202 testAccessCaseParams.genParams.push_back(
255 testAccessCaseParams.genParams.push_back(
282 testAccessCaseParams.genParams.push_back(
309 testAccessCaseParams.genParams.push_back(
336 testAccessCaseParams.genParams.push_back(
363 testAccessCaseParams.genParams.push_back(
[all …]
H A Dhks_check_pur_part_test.cpp57 .genParams =
80 .genParams =
103 .genParams =
129 .genParams =
155 .genParams =
180 .genParams =
205 .genParams =
228 .genParams =
252 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckPurposeTest()
H A Dhks_access_control_mac_test.cpp60 .genParams =
91 .genParams =
178 testAccessCaseParams.genParams.push_back(
204 testAccessCaseParams.genParams.push_back(
226 int32_t ret = InitParamSet(&genParamSet, HKS_ACCESS_TEST_001_PARAMS.genParams.data(),
227 HKS_ACCESS_TEST_001_PARAMS.genParams.size());
H A Dhks_check_auth_part_test.cpp59 .genParams =
90 .genParams =
118 .genParams =
147 .genParams =
174 .genParams =
203 .genParams =
232 .genParams =
259 .genParams =
319 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckGenAuthTest()
360 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckImportAuthTest()
H A Dhks_access_control_rsa_sign_verify_test.cpp63 .genParams =
105 .genParams =
147 .genParams =
189 .genParams =
229 .genParams =
273 .genParams =
318 .genParams =
361 .genParams =
403 .genParams =
616 testAccessCaseParams.genParams.push_back(
[all …]
H A Dhks_access_control_derive_test.cpp60 .genParams =
109 .genParams =
236 testAccessCaseParams.genParams.push_back(
267 testAccessCaseParams.genParams.push_back(
291 int32_t ret = InitParamSet(&genParamSet, HKS_ACCESS_TEST_001_PARAMS.genParams.data(),
292 HKS_ACCESS_TEST_001_PARAMS.genParams.size());
H A Dhks_access_control_agree_test.cpp61 .genParams =
108 .genParams =
148 .genParams =
286 testAccessCaseParams.genParams.push_back(
317 testAccessCaseParams.genParams.push_back(
348 testAccessCaseParams.genParams.push_back(
374 int32_t ret = InitParamSet(&genParamSet, HKS_ACCESS_TEST_001_PARAMS.genParams.data(),
375 HKS_ACCESS_TEST_001_PARAMS.genParams.size());
H A Dhks_access_control_rsa_sign_verify_test_common.cpp404 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in AcRsaSignVerifyTestNormalCase()
492 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in AcRsaSignVerifyTestAbnormalCase()
617 …32_t ret = InitParamSet(&genParamSet1, testCaseParams1.genParams.data(), testCaseParams1.genParams in AcRsaSignTestCustomCase()
625 …ret = InitParamSet(&genParamSet2, testCaseParams2.genParams.data(), testCaseParams2.genParams.size… in AcRsaSignTestCustomCase()
H A Dhks_cross_test_common.cpp23 int32_t HksCrossTestGenerateKey(const struct HksBlob *keyAlias, struct HksParam *genParams, in HksCrossTestGenerateKey() argument
26 if (InitParamSet(&genParamSet, genParams, paramCnt) != HKS_SUCCESS) { in HksCrossTestGenerateKey()
213 …onst struct HksBlob *keyAlias02, struct HksParamSet *genParamSet, const struct HksParam *genParams, in HksCrossTestAgreeGenerate() argument
216 int32_t ret = InitParamSet(&genParamSet, genParams, genParamsCnt); in HksCrossTestAgreeGenerate()
H A Dhks_access_control_test_common.cpp462 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckAccessCipherTest()
511 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckAccessHmacTest()
590 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckAccessAgreeTest()
661 …nt32_t ret = InitParamSet(&genParamSet, testCaseParams.genParams.data(), testCaseParams.genParams.… in CheckAccessDeriveTest()
H A Dhks_chipset_platform_encrypt_test.cpp282 struct HksParam genParams[] = { in GenerateTmpKeyPairAndExportPublicKey() local
300 int32_t ret = InitParamSet(&genParamSet.s, genParams, HKS_ARRAY_SIZE(genParams)); in GenerateTmpKeyPairAndExportPublicKey()
H A Dhks_pbkdf2_derive_part2_test.cpp802 struct HksParam genParams[] = { variable
808 ret = InitParamSet(&genParamSet, genParams, sizeof(genParams) / sizeof(HksParam));
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/
H A Dhks_compatibility_test.cpp212 static int32_t TestGenerateOldkey(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateOldkey() argument
218 ret = HksAddParams(genParamSet, genParams, genParamsCnt); in TestGenerateOldkey()
230 static int32_t TestGenerateNewkey(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateNewkey() argument
236 ret = HksAddParams(genParamSet, genParams, genParamsCnt); in TestGenerateNewkey()
376 …t32_t TestGenerateNewKeyInOldPath(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateNewKeyInOldPath() argument
382 ret = HksAddParams(genParamSet, genParams, genParamsCnt); in TestGenerateNewKeyInOldPath()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
H A Dhks_check_pur_part_test.h24 std::vector<HksParam> genParams; member
H A Dhks_check_auth_part_test.h24 std::vector<HksParam> genParams; member
H A Dhks_access_control_rsa_sign_verify_test_common.h32 std::vector<HksParam> genParams; member
H A Dhks_cross_test_common.h40 int32_t HksCrossTestGenerateKey(const struct HksBlob *keyAlias, struct HksParam *genParams,
56 struct HksParamSet *genParamSet, const struct HksParam *genParams, const uint32_t genParamsCnt);
H A Dhks_access_control_test_common.h94 std::vector<HksParam> genParams; member
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp99 struct HksParam genParams[] = { in AesCryptoEncrypt() local
106 int32_t ret = InitParamSet(&genParamSet, genParams, sizeof(genParams) / sizeof(HksParam)); in AesCryptoEncrypt()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/upgrade_key_test/src/
H A Dhks_upgrade_key_test.cpp149 static int32_t TestGenerateOldkey(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateOldkey() argument
155 ret = HksAddParams(genParamSet, genParams, genParamsCnt); in TestGenerateOldkey()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/
H A Dhks_compatibility_module_test.cpp271 static int32_t TestGenerateOldkey(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateOldkey() argument
277 ret = HksAddParams(genParamSetTest, genParams, genParamsCnt); in TestGenerateOldkey()
289 …TestGenerateNewKeyWithProcessInfo(const struct HksBlob *keyAlias, const struct HksParam *genParams, in TestGenerateNewKeyWithProcessInfo() argument
295 ret = HksAddParams(genParamSet, genParams, genParamsCnt); in TestGenerateNewKeyWithProcessInfo()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c187 struct HksParam genParams[] = { in GenerateStorageLevelParamSet() local
196 return construct_param_set(paramSet, genParams, array_size(genParams)); in GenerateStorageLevelParamSet()