Home | History | Annotate | Download | only in Tcg2Dxe

Lines Matching refs:TCG_EfiSpecIDEventStruct

398   This function dump TCG_EfiSpecIDEventStruct.

400 @param[in] TcgEfiSpecIdEventStruct A pointer to TCG_EfiSpecIDEventStruct.
404 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct
413 DEBUG ((EFI_D_INFO, " TCG_EfiSpecIDEventStruct:\n"));
443 This function get size of TCG_EfiSpecIDEventStruct.
445 @param[in] TcgEfiSpecIdEventStruct A pointer to TCG_EfiSpecIDEventStruct.
449 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct
460 return sizeof(TCG_EfiSpecIDEventStruct) + sizeof(UINT32) + (NumberOfAlgorithms * sizeof(TCG_EfiSpecIdEventAlgorithmSize)) + sizeof(UINT8) + (*VendorInfoSize);
572 TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct;
605 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)(EventHdr + 1);
1453 TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct;
1454 UINT8 TempBuf[sizeof(TCG_EfiSpecIDEventStruct) + (HASH_COUNT * sizeof(TCG_EfiSpecIdEventAlgorithmSize)) + sizeof(UINT8)];
1493 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)TempBuf;