Searched refs:CopyKeyBlobFromSrc (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage.c | 152 static int32_t CopyKeyBlobFromSrc(const char *srcPath, const char *srcFileName, in CopyKeyBlobFromSrc() function 270 if (CopyKeyBlobFromSrc(fileInfo->bakPath.path, fileInfo->bakPath.fileName, in IsKeyBlobExist() 876 ret = CopyKeyBlobFromSrc(oldFileInfo->mainPath.path, oldFileInfo->mainPath.fileName, in HksStoreRenameKeyAlias() 880 ret = CopyKeyBlobFromSrc(oldFileInfo->bakPath.path, oldFileInfo->bakPath.fileName, in HksStoreRenameKeyAlias() 884 ret = CopyKeyBlobFromSrc(newFileInfo->mainPath.path, newFileInfo->mainPath.fileName, in HksStoreRenameKeyAlias()
|