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 D | hks_storage.c | 60 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 D | hks_storage_manager.c | 414 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 D | hks_storage.h | 57 int32_t HksStorageWriteFile(
|