Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp295 struct OH_Huks_Blob tempBlob = {sizeof(tmp), tmp}; in TestUpdateFinish() local
296 …if (OH_Huks_UpdateSession(handle, paramSet, &inDataSeg, &tempBlob).errorCode != (int32_t)OH_HUKS_S… in TestUpdateFinish()
301 …if (OH_Huks_FinishSession(handle, paramSet, outData, &tempBlob).errorCode != (int32_t)OH_HUKS_SUCC… in TestUpdateFinish()