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) |
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 ROUNDUP512 | ( | x | ) | (((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().