Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/IndustryStandard/Tpm20.h
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/IndustryStandard/Tpm20.h
r99404 r108794 204 204 // Table 8 - TPM_ECC_CURVE Constants 205 205 typedef UINT16 TPM_ECC_CURVE; 206 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000) 207 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001) 208 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002) 209 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003) 210 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004) 211 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005) 212 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010) 213 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011) 214 #define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020) 206 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000) 207 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001) 208 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002) 209 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003) 210 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004) 211 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005) 212 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010) 213 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011) 214 #define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020) 215 #define TPM_ECC_BP_P512_R1 (TPM_ECC_CURVE)(0x0032) 215 216 216 217 // Table 11 - TPM_CC Constants (Numeric Order) … … 1248 1249 TPMI_SM4_KEY_BITS SM4; 1249 1250 TPM_KEY_BITS sym; 1250 TPMI_ALG_HASH xor;1251 TPMI_ALG_HASH xor_; 1251 1252 } TPMU_SYM_KEY_BITS; 1252 1253 … … 1321 1322 typedef union { 1322 1323 TPMS_SCHEME_HMAC hmac; 1323 TPMS_SCHEME_XOR xor;1324 TPMS_SCHEME_XOR xor_; 1324 1325 } TPMU_SCHEME_KEYEDHASH; 1325 1326
Note:
See TracChangeset
for help on using the changeset viewer.