Searched refs:DataIndex (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/ |
H A D | TisDxe.c | 250 @param[in, out] DataIndex Data offset in reponse data buffer. 264 IN OUT UINT32 *DataIndex, 294 if(*DataIndex + (UINT32) Size <= RespSize) { 298 if (*DataIndex >= RespSize) { 301 CopyMem (Raw, TpmBuffer + *DataIndex, RespSize - *DataIndex); 302 *DataIndex += RespSize - *DataIndex; 312 if(*DataIndex + (UINT32) Size > RespSize) { 317 if( *DataIndex 260 TisPcReceiveV( IN UINT8 FmtChar, IN OUT VA_LIST *ap, OUT UINT8 *TpmBuffer, IN OUT UINT32 *DataIndex, IN UINT32 RespSize, OUT BOOLEAN *DataFinished ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | IpSecDebug.c | 313 UINTN DataIndex; local 317 DataIndex = 0; 327 DEBUG ((DEBUG_INFO, " 0x%02x,", Data[DataIndex++]));
|
Completed in 3762 milliseconds