TianoCore EDK2 master
Loading...
Searching...
No Matches
TcgMor.h File Reference

Go to the source code of this file.

Data Structures

struct  SUPPORTED_SECURITY_PROTOCOLS_PARAMETER_DATA
 

Macros

#define SECURITY_PROTOCOL_TCG   0x02
 
#define SECURITY_PROTOCOL_IEEE1667   0xEE
 
#define ROUNDUP512(x)   (((x) % 512 == 0) ? (x) : ((x) / 512 + 1) * 512)
 

Detailed Description

The header file for TcgMor.

Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file TcgMor.h.

Macro Definition Documentation

◆ ROUNDUP512

#define ROUNDUP512 (   x)    (((x) % 512 == 0) ? (x) : ((x) / 512 + 1) * 512)

Definition at line 39 of file TcgMor.h.

◆ SECURITY_PROTOCOL_IEEE1667

#define SECURITY_PROTOCOL_IEEE1667   0xEE

Definition at line 37 of file TcgMor.h.

◆ SECURITY_PROTOCOL_TCG

#define SECURITY_PROTOCOL_TCG   0x02

Definition at line 36 of file TcgMor.h.