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

  /external/tpm2/
CpriECC_fp.h 13 TPM_ECC_CURVE curveId, // IN: the curve for the computations
23 TPM_ECC_CURVE curveId, // IN: the curve for the computations
34 TPM_ECC_CURVE curveId, // IN: the curve for the computations
42 TPM_ECC_CURVE curveId // IN: the curveID
46 TPM_ECC_CURVE curveId, // IN: the curve to use
53 _cpri__EccIsPointOnCurve(TPM_ECC_CURVE curveId, // IN: the curve selector
59 TPM_ECC_CURVE curveId, // IN: the curve identifier
68 LIB_EXPORT TPM_ECC_CURVE _cpri__GetCurveIdByIndex(UINT16 i);
72 TPM_ECC_CURVE curveId // IN: the curve for the key
79 TPM_ECC_CURVE curveId, // IN: the curve used in the signature proces
    [all...]
stubs_ecc.c 12 TPM_ECC_CURVE curveId // IN: the curveID
26 TPM_ECC_CURVE _cpri__GetCurveIdByIndex(
Capabilities.h 16 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE))
CpriDataEcc.h 24 TPM_ECC_CURVE curveId;
CryptUtil_fp.h 14 TPM_ECC_CURVE curveID, // IN: the starting ECC curve
29 TPM_ECC_CURVE curveID, // IN: The curve for the computation
97 TPM_ECC_CURVE curveId, // IN: the curve for the computation
121 TPM_ECC_CURVE curveId // IN: the curve id
124 TPM_ECC_CURVE curveId, // IN: ECC curve ID
128 TPM_ECC_CURVE curveId, // IN: curve selector
132 BOOL CryptEccIsPointOnCurve(TPM_ECC_CURVE curveID, // IN: ECC curve ID
154 TPM_ECC_CURVE curveId // IN: The curve selector
238 TPM_RC CryptNewEccKey(TPM_ECC_CURVE curveID, // IN: ECC curve
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...]
GetCapability.c 121 out->moreData = CryptCapGetECCCurve((TPM_ECC_CURVE ) in->property,
CpriECC.c 40 LIB_EXPORT TPM_ECC_CURVE
68 // NULL curve with the indicated TPM_ECC_CURVE value is not
74 TPM_ECC_CURVE curveId // IN: the curveID
89 TPM_ECC_CURVE curveId // IN: the curveID
137 // NULL the TPM_ECC_CURVE is not valid
142 TPM_ECC_CURVE curveId, // IN: the ID of the curve
343 TPM_ECC_CURVE curveId, // IN: the curve to use
466 TPM_ECC_CURVE curveId, // IN: the curve for the computations
591 TPM_ECC_CURVE curveId, // IN: the curve selector
667 TPM_ECC_CURVE curveId, // IN: the curve identifie
    [all...]
CryptUtil.c     [all...]
tpm_types.h 46 // Skipped: Table 10 Definition of TPM_ECC_CURVE Constants < IN/OUT, S>
    [all...]
marshal_test.c 172 SETUP_TYPE(TPM_ECC_CURVE, 12345)
Object_spt.c 394 TPM_ECC_CURVE curveID = publicArea->parameters.eccDetail.curveID;
    [all...]
tpm_generated.h 509 UINT16 TPM_ECC_CURVE_Marshal(TPM_ECC_CURVE* source, BYTE** buffer, INT32* size);
511 TPM_RC TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE* target,
    [all...]
tpm_generated.c     [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...]
tpm_generated.cc     [all...]

Completed in 227 milliseconds