Searched defs:TpmCommandBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTisDxe.c23 STATIC UINT8 TpmCommandBuf[TPMCMDBUFLENGTH]; variable
371 // Put the formatted command to the TpmCommandBuf
377 Status = TisPcSendV (*Fmt, &Ap, TpmCommandBuf, &BufSize);
386 Status = TisPcSend (TisReg, TpmCommandBuf, BufSize);
400 ZeroMem (TpmCommandBuf, TPMCMDBUFLENGTH);
401 Status = TisPcReceive (TisReg, TpmCommandBuf, &ResponseSize);
411 // Get the formatted data from the TpmCommandBuf.
419 Status = TisPcReceiveV (*Fmt, &Ap, TpmCommandBuf, &BufSize, ResponseSize, &DataFinished);

Completed in 41 milliseconds