Searched refs:TpmOutSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTisPei.c52 UINT32 TpmOutSize; local
132 TpmOutSize = SwapBytes32 (Data32);
133 if (*SizeOut < TpmOutSize) {
137 *SizeOut = TpmOutSize;
141 while ( Index < TpmOutSize ) {
145 if (Index == TpmOutSize) {

Completed in 42 milliseconds