Loading drivers/char/tpm/tpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,6 @@ typedef union { struct tpm_output_header out; } tpm_cmd_header; #define TPM_DIGEST_SIZE 20 struct tpm_pcrread_out { u8 pcr_result[TPM_DIGEST_SIZE]; } __packed; Loading include/linux/tpm.h +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ #ifndef __LINUX_TPM_H__ #define __LINUX_TPM_H__ #define TPM_DIGEST_SIZE 20 /* Max TPM v1.2 PCR size */ /* * Chip num is this value or a valid tpm idx */ Loading Loading
drivers/char/tpm/tpm.h +0 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,6 @@ typedef union { struct tpm_output_header out; } tpm_cmd_header; #define TPM_DIGEST_SIZE 20 struct tpm_pcrread_out { u8 pcr_result[TPM_DIGEST_SIZE]; } __packed; Loading
include/linux/tpm.h +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ #ifndef __LINUX_TPM_H__ #define __LINUX_TPM_H__ #define TPM_DIGEST_SIZE 20 /* Max TPM v1.2 PCR size */ /* * Chip num is this value or a valid tpm idx */ Loading