Home
last modified time | relevance | path

Searched refs:TPM_ECC_CURVE (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h139 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(TPM_ECC_CURVE))
212 typedef UINT16 TPM_ECC_CURVE; typedef
213 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000)
214 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001)
215 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002)
216 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003)
217 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004)
218 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005)
219 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
220 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011)
[all …]