HomeSort by relevance Sort by last modified time
    Searched defs:TPM_ECC_CURVE (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
Implementation.h 439 // From TCG Algorithm Registry: Table 3 - Definition of TPM_ECC_CURVE Constants
441 typedef UINT16 TPM_ECC_CURVE;
442 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000)
443 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001)
444 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002)
445 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003)
446 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004)
447 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005)
448 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
449 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011
    [all...]
  /system/tpm/trunks/
tpm_generated.h 350 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE))
424 typedef UINT16 TPM_ECC_CURVE;
425 typedef TPM_ECC_CURVE TPMI_ECC_CURVE;
496 const TPM_ECC_CURVE TPM_ECC_NONE = 0x0000;
497 const TPM_ECC_CURVE TPM_ECC_NIST_P192 = 0x0001;
498 const TPM_ECC_CURVE TPM_ECC_NIST_P224 = 0x0002;
499 const TPM_ECC_CURVE TPM_ECC_NIST_P256 = 0x0003;
500 const TPM_ECC_CURVE TPM_ECC_NIST_P384 = 0x0004;
501 const TPM_ECC_CURVE TPM_ECC_NIST_P521 = 0x0005;
502 const TPM_ECC_CURVE TPM_ECC_BN_P256 = 0x0010
    [all...]

Completed in 171 milliseconds