Home
last modified time | relevance | path

Searched refs:importParam (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.c2156 if (*importParam == NULL) { in InitImportParam()
2166 struct HksParam *importParam = NULL; in ConstructImportSymmetricKeyParam() local
2181 importParam[idx++].blob = authIdBlob; in ConstructImportSymmetricKeyParam()
2186 importParam[idx].tag = HKS_TAG_ALGORITHM; in ConstructImportSymmetricKeyParam()
2188 importParam[idx].tag = HKS_TAG_KEY_SIZE; in ConstructImportSymmetricKeyParam()
2190 importParam[idx].tag = HKS_TAG_PADDING; in ConstructImportSymmetricKeyParam()
2193 importParam[idx++].boolParam = false; in ConstructImportSymmetricKeyParam()
2194 importParam[idx].tag = HKS_TAG_PURPOSE; in ConstructImportSymmetricKeyParam()
2196 importParam[idx].tag = HKS_TAG_BLOCK_MODE; in ConstructImportSymmetricKeyParam()
2198 importParam[idx].tag = HKS_TAG_DIGEST; in ConstructImportSymmetricKeyParam()
[all …]