Searched refs:tmpInputPara (Results 1 – 1 of 1) sorted by relevance
719 InputPara tmpInputPara; in GetTeecOptMem() local720 tmpInputPara.paraType = paramType[paramCnt]; in GetTeecOptMem()721 tmpInputPara.offset = shmInfoOffset; in GetTeecOptMem()722 tmpInputPara.memSize = sizeLeft; in GetTeecOptMem()723 tmpInputPara.totalSize = optMemSize; in GetTeecOptMem()724 teeRet = TeecOptDecodePartialMem(paraDecode, ptr, &tmpInputPara, operation, paramCnt); in GetTeecOptMem()728 shmInfoOffset = tmpInputPara.offset; in GetTeecOptMem()729 sizeLeft = tmpInputPara.memSize; in GetTeecOptMem()