Searched refs:bakFlag (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage.c | 484 static int32_t DestroyType(const char *storePath, const char *typePath, uint32_t bakFlag) in DestroyType() argument 491 int32_t ret = GetPath(storePath, typePath, destroyPath, HKS_MAX_FILE_NAME_LEN, bakFlag); in DestroyType() 511 static int32_t StoreDestroy(const char *processNameEncoded, uint32_t bakFlag) in StoreDestroy() argument 514 if (bakFlag == HKS_STORAGE_BAK_FLAG_TRUE) { in StoreDestroy() 523 int32_t ret = GetPath(rootPath, processNameEncoded, storePath, HKS_MAX_FILE_NAME_LEN, bakFlag); in StoreDestroy() 530 ret = DestroyType(storePath, HKS_KEY_STORE_ROOT_KEY_PATH, bakFlag); in StoreDestroy() 535 ret = DestroyType(storePath, HKS_KEY_STORE_KEY_PATH, bakFlag); in StoreDestroy()
|
H A D | hks_storage_utils.c | 203 …t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag) in GetPath() argument 226 if (bakFlag == HKS_STORAGE_BAK_FLAG_TRUE) { in GetPath()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/ |
H A D | hks_storage_utils.h | 98 … GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag);
|