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 D | hks_storage_utils.h | 37 struct HksStoreInfo { struct 44 struct HksStoreInfo mainPath; argument 46 struct HksStoreInfo bakPath;
|
H A D | hks_storage.h | 36 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 D | hks_storage.c | 238 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 D | hks_storage_utils.c | 489 const char *ceOrEceDataPath, struct HksStoreInfo *fileInfoPath) in ConstructPath() 541 const char *ceOrEceDataPath, struct HksStoreInfo *fileInfoPath) in GetPathInfo()
|
H A D | hks_storage_lite.c | 675 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, in HksStoreGetKeyBlob()
|