Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c60 int32_t HksStorageWriteFile( in HksStorageWriteFile() function
110 ret = HksStorageWriteFile(path, fileName, 0, buf, size); in CleanFile()
114 ret = HksStorageWriteFile(path, fileName, 0, buf, size); in CleanFile()
121 ret = HksStorageWriteFile(path, fileName, 0, buf, size); in CleanFile()
181 ret = HksStorageWriteFile(destPath, destFileName, 0, buffer, size); in CopyKeyBlobFromSrc()
286 ret = HksStorageWriteFile(fileInfo->mainPath.path, fileInfo->mainPath.fileName, 0, in HksStoreKeyBlob()
291 if (HksStorageWriteFile(fileInfo->bakPath.path, fileInfo->bakPath.fileName, 0, in HksStoreKeyBlob()
H A Dhks_storage_manager.c414 if (HksStorageWriteFile(fileInfo.mainPath.path, fileInfo.mainPath.fileName, 0, in HksManageStoreGetKeyBlob()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h57 int32_t HksStorageWriteFile(