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

  /external/tpm2/
Implementation.h 452 // From TCG Algorithm Registry: Table 3 - Definition of TPM_ECC_CURVE Constants
454 typedef UINT16 TPM_ECC_CURVE;
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)(0x0011
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 139 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(TPM_ECC_CURVE))
211 // Table 8 - TPM_ECC_CURVE Constants
212 typedef UINT16 TPM_ECC_CURVE;
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)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 381 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(trunks::TPM_ECC_CURVE))
455 typedef UINT16 TPM_ECC_CURVE;
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_P256 = 0x0010
    [all...]

Completed in 699 milliseconds