Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_secure_sign_test.cpp918 struct HksTestSecureSignImportParams importParamsWithoutSignAuth; in TestImportKeyWithSignTagAndTestUseKeyCommonCase() local
919 …(void)memset_s((uint8_t *)&importParamsWithoutSignAuth, sizeof(struct HksTestSecureSignImportParam… in TestImportKeyWithSignTagAndTestUseKeyCommonCase()
921 … ret = BuildImportKeyTestParams(&importParamsWithoutSignAuth, alg, false, isClearPasswordInvalid); in TestImportKeyWithSignTagAndTestUseKeyCommonCase()
930 ret = TestImportKeyWithSecureSignTag(&importParamsWithoutSignAuth, false); in TestImportKeyWithSignTagAndTestUseKeyCommonCase()
955 HKS_FREE_BLOB(importParamsWithoutSignAuth.importKey); in TestImportKeyWithSignTagAndTestUseKeyCommonCase()