Searched refs:TpmCommandBuf (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/ |
D | TisDxe.c | 23 STATIC UINT8 TpmCommandBuf[TPMCMDBUFLENGTH]; variable 391 Status = TisPcSendV (*Fmt, &Ap, TpmCommandBuf, &BufSize); in TisPcExecute() 400 Status = TisPcSend (TisReg, TpmCommandBuf, BufSize); in TisPcExecute() 414 ZeroMem (TpmCommandBuf, TPMCMDBUFLENGTH); in TisPcExecute() 415 Status = TisPcReceive (TisReg, TpmCommandBuf, &ResponseSize); in TisPcExecute() 433 Status = TisPcReceiveV (*Fmt, &Ap, TpmCommandBuf, &BufSize, ResponseSize, &DataFinished); in TisPcExecute()
|