Home
last modified time | relevance | path

Searched refs:HksStoreIsKeyBlobExist (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h33 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo,
49 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c366 ret = HksStoreIsKeyBlobExist(NULL, keyAlias, storageType); in HksManageStoreIsKeyBlobExist()
374 ret = HksStoreIsKeyBlobExist(&fileInfo); in HksManageStoreIsKeyBlobExist()
H A Dhks_storage_lite.c663 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo, in HksStoreIsKeyBlobExist() function
H A Dhks_storage.c314 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in HksStoreIsKeyBlobExist() function