Home
last modified time | relevance | path

Searched refs:keyBlobSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h40 const struct HksBlob *keyAlias, uint32_t storageType, uint32_t *keyBlobSize);
53 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize);
H A Dhks_storage_manager.h38 const struct HksBlob *keyAlias, uint32_t *keyBlobSize, uint32_t storageType);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c430 const struct HksBlob *keyAlias, uint32_t *keyBlobSize, uint32_t storageType) in HksManageStoreGetKeyBlobSize() argument
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()
H A Dhks_storage.c247 static int32_t GetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in GetKeyBlobSize() argument
256 *keyBlobSize = size; in GetKeyBlobSize()
339 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize() argument
343 ret = GetKeyBlobSize(fileInfoPath, keyBlobSize); in HksStoreGetKeyBlobSize()
H A Dhks_storage_lite.c706 const struct HksBlob *keyAlias, uint32_t storageType, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize() argument
717 *keyBlobSize = keyInfo->keyInfoLen; in HksStoreGetKeyBlobSize()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_plugin_def.h62 uint32_t *keyBlobSize, uint32_t storageType);