Home
last modified time | relevance | path

Searched refs:HksStoreGetKeyBlob (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.h36 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath,
51 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c398 ret = HksStoreGetKeyBlob(NULL, keyAlias, storageType, keyBlob); in HksManageStoreGetKeyBlob()
407 ret = HksStoreGetKeyBlob(&fileInfo.mainPath, keyBlob); in HksManageStoreGetKeyBlob()
411 ret = HksStoreGetKeyBlob(&fileInfo.bakPath, keyBlob); in HksManageStoreGetKeyBlob()
H A Dhks_storage_lite.c675 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, in HksStoreGetKeyBlob() function
H A Dhks_storage.c325 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob) in HksStoreGetKeyBlob() function