Searched refs:HksStoreGetKeyBlob (Results 1 – 4 of 4) sorted by relevance
36 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath,51 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob);
398 ret = HksStoreGetKeyBlob(NULL, keyAlias, storageType, keyBlob); in HksManageStoreGetKeyBlob()407 ret = HksStoreGetKeyBlob(&fileInfo.mainPath, keyBlob); in HksManageStoreGetKeyBlob()411 ret = HksStoreGetKeyBlob(&fileInfo.bakPath, keyBlob); in HksManageStoreGetKeyBlob()
675 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, in HksStoreGetKeyBlob() function
325 int32_t HksStoreGetKeyBlob(const struct HksStoreInfo *fileInfoPath, struct HksBlob *keyBlob) in HksStoreGetKeyBlob() function