We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599217e commit eb4df24Copy full SHA for eb4df24
wolftpm/tpm2_types.h
@@ -653,10 +653,10 @@ typedef int64_t INT64;
653
#define NUM_POLICY_PCR 1
654
#endif
655
#ifndef MAX_COMMAND_SIZE
656
-#define MAX_COMMAND_SIZE 4096
+#define MAX_COMMAND_SIZE 8192
657
658
#ifndef MAX_RESPONSE_SIZE
659
-#define MAX_RESPONSE_SIZE 4096
+#define MAX_RESPONSE_SIZE 8192
660
661
#ifndef ORDERLY_BITS
662
#define ORDERLY_BITS 8
0 commit comments