Searched refs:HksStoreGetKeyBlobSize (Results 1 – 4 of 4) sorted by relevance
39 int32_t HksStoreGetKeyBlobSize(const struct HksBlob *processName,53 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize);
443 ret = HksStoreGetKeyBlobSize(NULL, keyAlias, storageType, keyBlobSize); in HksManageStoreGetKeyBlobSize()452 ret = HksStoreGetKeyBlobSize(&fileInfo.mainPath, keyBlobSize); in HksManageStoreGetKeyBlobSize()456 ret = HksStoreGetKeyBlobSize(&fileInfo.bakPath, keyBlobSize); in HksManageStoreGetKeyBlobSize()
705 int32_t HksStoreGetKeyBlobSize(const struct HksBlob *processName, in HksStoreGetKeyBlobSize() function
339 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize() function