MdePkg: Define BrainpoolP512r1
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4837 Add BrainpoolP512R1 definition to TPM20.h Signed-off-by: Michael G.A. Holland <michael.holland@intel.com>
This commit is contained in:
parent
5a06afa7dd
commit
ccda91c286
|
@ -212,6 +212,7 @@ typedef UINT16 TPM_ECC_CURVE;
|
|||
#define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
|
||||
#define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011)
|
||||
#define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020)
|
||||
#define TPM_ECC_BP_P512_R1 (TPM_ECC_CURVE)(0x0032)
|
||||
|
||||
// Table 11 - TPM_CC Constants (Numeric Order)
|
||||
typedef UINT32 TPM_CC;
|
||||
|
|
Loading…
Reference in New Issue