Home
last modified time | relevance | path

Searched refs:HksStoreInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_utils.h37 struct HksStoreInfo { struct
44 struct HksStoreInfo mainPath; argument
46 struct HksStoreInfo bakPath;
H A Dhks_storage.h36 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath,
51 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob);
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.c238 static int32_t GetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob) in GetKeyBlob()
247 static int32_t GetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in GetKeyBlobSize()
325 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob) in HksStoreGetKeyBlob()
339 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize()
H A Dhks_storage_utils.c489 const char *ceOrEceDataPath, struct HksStoreInfo *fileInfoPath) in ConstructPath()
541 const char *ceOrEceDataPath, struct HksStoreInfo *fileInfoPath) in GetPathInfo()
H A Dhks_storage_lite.c675 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, in HksStoreGetKeyBlob()