coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tss_common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef TCG_TSS_COMMON_H_
4 #define TCG_TSS_COMMON_H_
5 
6 #include <stdint.h>
7 
8 #define TPM_PCR_MINIMUM_DIGEST_SIZE 20
9 #define TPM_SUCCESS ((uint32_t)0x00000000)
10 
11 #endif /* TCG_TSS_COMMON_H_ */