Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTisDxe.c271 IN OUT UINT32 *DataIndex, in TisPcReceiveV() argument
305 if ((UINT32) (~0)- *DataIndex >= (UINT32)Size) { in TisPcReceiveV()
306 if(*DataIndex + (UINT32) Size <= RespSize) { in TisPcReceiveV()
312 if (*DataIndex >= RespSize) { in TisPcReceiveV()
315 CopyMem (Raw, TpmBuffer + *DataIndex, RespSize - *DataIndex); in TisPcReceiveV()
316 *DataIndex += RespSize - *DataIndex; in TisPcReceiveV()
326 if(*DataIndex + (UINT32) Size > RespSize) { in TisPcReceiveV()
331 if( *DataIndex + (UINT32) Size > TPMCMDBUFLENGTH ) in TisPcReceiveV()
334 CopyMem (Raw, TpmBuffer + *DataIndex, Size); in TisPcReceiveV()
335 *DataIndex += (UINT32) Size; in TisPcReceiveV()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDebug.c313 UINTN DataIndex; in IpSecDumpBuf() local
317 DataIndex = 0; in IpSecDumpBuf()
327 DEBUG ((DEBUG_INFO, " 0x%02x,", Data[DataIndex++])); in IpSecDumpBuf()