Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp119 struct OH_Huks_Blob outDataSeg = { in HksTestUpdate() local
129 outDataSeg.size = MAX_OUTDATA_SIZE; in HksTestUpdate()
135 outDataSeg.size = inDataSeg.size + MAX_UPDATE_SIZE; in HksTestUpdate()
137 … if (MallocAndCheckBlobData(&outDataSeg, outDataSeg.size).errorCode != (int32_t)OH_HUKS_SUCCESS) in HksTestUpdate()
142 …if (OH_Huks_UpdateSession(handle, paramSet, &inDataSeg, &outDataSeg).errorCode != (int32_t)OH_HUKS… in HksTestUpdate()
144 HksFree(outDataSeg.data); in HksTestUpdate()
148 HksFree(outDataSeg.data); in HksTestUpdate()
168 struct OH_Huks_Blob outDataSeg = {MAX_OUTDATA_SIZE, NULL}; in TestUpdateLoopFinish() local
180 outDataSeg.size = MAX_OUTDATA_SIZE; in TestUpdateLoopFinish()
188 … if (MallocAndCheckBlobData(&outDataSeg, outDataSeg.size).errorCode != (int32_t)OH_HUKS_SUCCESS) in TestUpdateLoopFinish()
[all …]