Home
last modified time | relevance | path

Searched refs:TPM_ECC_CURVE (Results 1 – 14 of 14) sorted by relevance

/external/tpm2/
DCpriECC_fp.h13 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 process
[all …]
DCryptUtil_fp.h14 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
Dstubs_ecc.c12 TPM_ECC_CURVE curveId // IN: the curveID in _cpri__EccGetParametersByCurveId()
26 TPM_ECC_CURVE _cpri__GetCurveIdByIndex( in _cpri__GetCurveIdByIndex()
DImplementation.h454 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)(0x0011)
463 #define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020)
DCpriECC.c40 LIB_EXPORT TPM_ECC_CURVE
74 TPM_ECC_CURVE curveId // IN: the curveID in _cpri__EccGetParametersByCurveId()
89 TPM_ECC_CURVE curveId // IN: the curveID in GetCurveData()
142 TPM_ECC_CURVE curveId, // IN: the ID of the curve in EccCurveInit()
343 TPM_ECC_CURVE curveId, // IN: the curve to use in _cpri__EccPointMultiply()
466 TPM_ECC_CURVE curveId, // IN: the curve for the computations in _cpri__EccCommitCompute()
591 TPM_ECC_CURVE curveId, // IN: the curve selector in _cpri__EccIsPointOnCurve()
667 TPM_ECC_CURVE curveId, // IN: the curve identifier in _cpri__GenerateKeyEcc()
763 TPM_ECC_CURVE curveId // IN: the curve for the key in _cpri__GetEphemeralEcc()
795 TPM_ECC_CURVE curveId, // IN: the curve used in the signature in SignEcdsa()
[all …]
DCapabilities.h16 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE))
DCpriDataEcc.h24 TPM_ECC_CURVE curveId;
DCryptUtil.c1229 TPM_ECC_CURVE curveID // IN: id of the curve in CryptEccGetCurveDataPointer()
1242 TPM_ECC_CURVE curveID // IN: id of the curve in CryptEccGetKeySizeInBits()
1261 TPM_ECC_CURVE curveId // IN: the curve id in CryptEccGetParameter()
1305 TPM_ECC_CURVE curveId // IN: The curve selector in CryptGetCurveSignScheme()
1327 TPM_ECC_CURVE curveID, // IN: ECC curve ID in CryptEccIsPointOnCurve()
1349 TPM_ECC_CURVE curveID, // IN: ECC curve in CryptNewEccKey()
1377 TPM_ECC_CURVE curveId, // IN: curve selector in CryptEccPointMultiply()
1671 TPM_ECC_CURVE curveID, // IN: The curve for the computation in CryptCommitCompute()
1697 TPM_ECC_CURVE curveId, // IN: ECC curve ID in CryptEccGetParameters()
1740 TPM_ECC_CURVE curveId, // IN: the curve for the computation in CryptEcc2PhaseKeyExchange()
[all …]
DGetCapability.c121 out->moreData = CryptCapGetECCCurve((TPM_ECC_CURVE ) in->property, in TPM2_GetCapability()
Dtpm_types.h841 TPM_ECC_CURVE eccCurves[MAX_ECC_CURVES];
1288 typedef TPM_ECC_CURVE TPMI_ECC_CURVE;
1297 TPM_ECC_CURVE curveID;
Dmarshal_test.c172 SETUP_TYPE(TPM_ECC_CURVE, 12345) in ConstantTypeFailureTest()
Dtpm_generated.h509 UINT16 TPM_ECC_CURVE_Marshal(TPM_ECC_CURVE* source, BYTE** buffer, INT32* size);
511 TPM_RC TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE* target,
DObject_spt.c394 TPM_ECC_CURVE curveID = publicArea->parameters.eccDetail.curveID; in SchemeChecks()
Dtpm_generated.c5519 UINT16 TPM_ECC_CURVE_Marshal(TPM_ECC_CURVE* source, in TPM_ECC_CURVE_Marshal()
5525 TPM_RC TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE* target, in TPM_ECC_CURVE_Unmarshal()