Searched defs:TPM_ECC_CURVE (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DImplementation.h452 // From TCG Algorithm Registry: Table 3 - Definition of TPM_ECC_CURVE Constants
454 typedef UINT16 TPM_ECC_CURVE; typedef
455 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000)
456 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001)
457 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002)
458 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003)
459 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004)
460 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005)
461 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
462 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(
[all...]

Completed in 68 milliseconds