Searched refs:importParam (Results 1 – 1 of 1) sorted by relevance
2156 if (*importParam == NULL) { in InitImportParam()2166 struct HksParam *importParam = NULL; in ConstructImportSymmetricKeyParam() local2181 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 …]