Home
last modified time | relevance | path

Searched refs:HksStoreGetKeyBlobSize (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.h39 int32_t HksStoreGetKeyBlobSize(const struct HksBlob *processName,
53 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c443 ret = HksStoreGetKeyBlobSize(NULL, keyAlias, storageType, keyBlobSize); in HksManageStoreGetKeyBlobSize()
452 ret = HksStoreGetKeyBlobSize(&fileInfo.mainPath, keyBlobSize); in HksManageStoreGetKeyBlobSize()
456 ret = HksStoreGetKeyBlobSize(&fileInfo.bakPath, keyBlobSize); in HksManageStoreGetKeyBlobSize()
H A Dhks_storage_lite.c705 int32_t HksStoreGetKeyBlobSize(const struct HksBlob *processName, in HksStoreGetKeyBlobSize() function
H A Dhks_storage.c339 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize() function