mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-22 10:19:51 +00:00
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: Rajiv Andrade <srajiv@linux.vnet.ibm.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
86d710146f
commit
7f366784f5
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
enum tpm_const {
|
enum tpm_const {
|
||||||
TPM_MINOR = 224, /* officially assigned */
|
TPM_MINOR = 224, /* officially assigned */
|
||||||
TPM_BUFSIZE = 2048,
|
TPM_BUFSIZE = 4096,
|
||||||
TPM_NUM_DEVICES = 256,
|
TPM_NUM_DEVICES = 256,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user