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

/system/tpm/trunks/
H A Dtpm_generated.h381 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(trunks::TPM_ECC_CURVE))
455 typedef UINT16 TPM_ECC_CURVE; typedef in namespace:trunks
456 typedef TPM_ECC_CURVE TPMI_ECC_CURVE;
527 constexpr TPM_ECC_CURVE TPM_ECC_NONE = 0x0000;
528 constexpr TPM_ECC_CURVE TPM_ECC_NIST_P192 = 0x0001;
529 constexpr TPM_ECC_CURVE TPM_ECC_NIST_P224 = 0x0002;
530 constexpr TPM_ECC_CURVE TPM_ECC_NIST_P256 = 0x0003;
531 constexpr TPM_ECC_CURVE TPM_ECC_NIST_P384 = 0x0004;
532 constexpr TPM_ECC_CURVE TPM_ECC_NIST_P521 = 0x0005;
533 constexpr TPM_ECC_CURVE TPM_ECC_BN_P25
[all...]
H A Dtpm_generated.cc1840 TPM_RC Serialize_TPM_ECC_CURVE(const TPM_ECC_CURVE& value,
1847 TPM_ECC_CURVE* value,
[all...]

Completed in 144 milliseconds