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 D | hks_storage.h | 40 const struct HksBlob *keyAlias, uint32_t storageType, uint32_t *keyBlobSize); 53 int32_t HksStoreGetKeyBlobSize(const struct HksStoreInfo *fileInfoPath, uint32_t *keyBlobSize);
|
H A D | hks_storage_manager.h | 38 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 D | hks_storage_manager.c | 430 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 D | hks_storage.c | 247 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 D | hks_storage_lite.c | 706 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 D | hks_plugin_def.h | 62 uint32_t *keyBlobSize, uint32_t storageType);
|