SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.h File Reference


Data Structures

struct  SUPPORTED_SECURITY_PROTOCOLS_PARAMETER_DATA

Defines

#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 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.


Define Documentation

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

Referenced by InitiateTPerReset().

#define SECURITY_PROTOCOL_IEEE1667   0xEE

Referenced by InitiateTPerReset().

#define SECURITY_PROTOCOL_TCG   0x02

Referenced by InitiateTPerReset().


Generated on Thu Sep 24 23:44:24 2015 for SecurityPkg[ALL] by  doxygen 1.5.7.1