Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1702 struct HksParam *exportParams = (struct HksParam *)HcMalloc(sizeof(struct HksParam) * len, 0); in ConstructExportParams() local
1703 if (exportParams == NULL) { in ConstructExportParams()
1708 AddStorageExtParams(exportParams, isDeStorage, &idx, osAccountId); in ConstructExportParams()
1709 int32_t res = ConstructParamSet(paramSet, exportParams, idx); in ConstructExportParams()
1710 HcFree(exportParams); in ConstructExportParams()