Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f366784 authored by Rajiv Andrade's avatar Rajiv Andrade Committed by James Morris
Browse files

TPM: increase default TPM buffer



The TPM Working Group requested this communication buffer increase given that a
particular TPM vendor can support a TPM_SHA1Start command input bigger than the
current size.

Signed-off-by: default avatarRajiv Andrade <srajiv@linux.vnet.ibm.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 86d71014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

enum tpm_const {
	TPM_MINOR = 224,	/* officially assigned */
	TPM_BUFSIZE = 2048,
	TPM_BUFSIZE = 4096,
	TPM_NUM_DEVICES = 256,
};