Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_rename_part2_test.cpp210 int32_t ret = TestGenerateKey(&keyAlias, HKS_AUTH_STORAGE_LEVEL_ECE);
216 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
225 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
H A Dhks_ce_update_test.cpp206 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
224 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
230 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
240 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
H A Dhks_change_storage_level_test.cpp105 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_list_aliases_test.cpp73 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE },
274 { .tag = HKS_TAG_AUTH_STORAGE_LEVEL, .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE }
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c174 case HKS_AUTH_STORAGE_LEVEL_ECE: in GetIsPlainPath()
210 case HKS_AUTH_STORAGE_LEVEL_ECE: in GetPathType()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type_enum.h683 HKS_AUTH_STORAGE_LEVEL_ECE = 2, enumerator
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_manager_test.cpp203 .uint32Param = HKS_AUTH_STORAGE_LEVEL_ECE
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c33 return HKS_AUTH_STORAGE_LEVEL_ECE; in AccessibilityToHksAuthStorageLevel()
/ohos5.0/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp680 AddInt32Property(env, value, "HUKS_AUTH_STORAGE_LEVEL_ECE", HKS_AUTH_STORAGE_LEVEL_ECE); in CreateHuksAuthStorageLevel()