Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptEccMain_fp.h84 TPM_ECC_CURVE curveId // IN: the curveID
91 TPM_ECC_CURVE curveId // IN: the curve
99 TPM_ECC_CURVE curveId // IN: the curveID
105 TPM_ECC_CURVE curveId
112 LIB_EXPORT TPM_ECC_CURVE
127 TPM_ECC_CURVE curveId // IN: the curve id
137 TPM_ECC_CURVE curveID, // IN: the starting ECC curve
146 TPM_ECC_CURVE curveId // IN: The curve selector
194 TPM_ECC_CURVE curveId, // IN: ECC curve ID
202 TPM_ECC_CURVE curveId
[all …]
DCryptEccKeyExchange_fp.h54 TPM_ECC_CURVE curveId, // IN: the curve for the computations
79 TPM_ECC_CURVE curveId, // IN: the curve for the computations
DCryptEccSignature_fp.h131 TPM_ECC_CURVE curveId, // IN: the curve for the computations
DTpmToOsslMath_fp.h169 TPM_ECC_CURVE curveId // IN: curve identifier
DMarshal_fp.h269 TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size);
272 TPM_ECC_CURVE_Marshal(TPM_ECC_CURVE *source, BYTE **buffer, INT32 *size);
1938 TPM_ECC_CURVE_Marshal((TPM_ECC_CURVE *)(source), (buffer), (size))
2439 TPM_ECC_CURVE_Array_Unmarshal(TPM_ECC_CURVE *target,
2442 TPM_ECC_CURVE_Array_Marshal(TPM_ECC_CURVE *source,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccMain.c103 TPM_ECC_CURVE curveId // IN: the curveID in CryptEccGetParametersByCurveId()
119 TPM_ECC_CURVE curveId // IN: the curve in CryptEccGetKeySizeForCurve()
134 TPM_ECC_CURVE curveId // IN: the curveID in GetCurveData()
144 TPM_ECC_CURVE curveId in CryptEccGetOID()
155 LIB_EXPORT TPM_ECC_CURVE
175 TPM_ECC_CURVE curveId // IN: the curve id in CryptEccGetParameter()
223 TPM_ECC_CURVE curveID, // IN: the starting ECC curve in CryptCapGetECCCurve()
231 TPM_ECC_CURVE curve; in CryptCapGetECCCurve()
268 TPM_ECC_CURVE curveId // IN: The curve selector in CryptGetCurveSignScheme()
402 TPM_ECC_CURVE curveId, // IN: ECC curve ID in CryptEccGetParameters()
[all …]
DCryptEccKeyExchange.c88 TPM_ECC_CURVE curveId, // IN: the curve for the computations in C_2_2_MQV()
176 TPM_ECC_CURVE curveId, // IN: the curve for the computations in C_2_2_ECDH()
222 TPM_ECC_CURVE curveId, // IN: the curve for the computations in CryptEcc2PhaseKeyExchange()
316 TPM_ECC_CURVE curveId, // IN: the curve for the computations in SM2KeyExchange()
DCryptEccSignature.c853 TPM_ECC_CURVE curveId, // IN: the curve for the computations in CryptEccCommitCompute()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h400 typedef UINT16 TPM_ECC_CURVE; typedef
401 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000)
402 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001)
403 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002)
404 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003)
405 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004)
406 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005)
407 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
408 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011)
409 #define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020)
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCapabilities.h44 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(TPM_ECC_CURVE))
DTpmTypes.h135 typedef UINT16 TPM_ECC_CURVE; typedef
137 #define TPM_ECC_NONE (TPM_ECC_CURVE)(0x0000)
138 #define TPM_ECC_NIST_P192 (TPM_ECC_CURVE)(0x0001)
139 #define TPM_ECC_NIST_P224 (TPM_ECC_CURVE)(0x0002)
140 #define TPM_ECC_NIST_P256 (TPM_ECC_CURVE)(0x0003)
141 #define TPM_ECC_NIST_P384 (TPM_ECC_CURVE)(0x0004)
142 #define TPM_ECC_NIST_P521 (TPM_ECC_CURVE)(0x0005)
143 #define TPM_ECC_BN_P256 (TPM_ECC_CURVE)(0x0010)
144 #define TPM_ECC_BN_P638 (TPM_ECC_CURVE)(0x0011)
145 #define TPM_ECC_SM2_P256 (TPM_ECC_CURVE)(0x0020)
[all …]
DCryptEcc.h48 const TPM_ECC_CURVE curveId;
DEccTestData.h40 const TPM_ECC_CURVE c_testCurve = 00003;
DSupportLibraryFunctionPrototypes_fp.h129 BnCurveInitialize(bigCurve E, TPM_ECC_CURVE curveId);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Capability/
DGetCapability.c157 out->moreData = CryptCapGetECCCurve((TPM_ECC_CURVE)in->property, in TPM2_GetCapability()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c476 TPM_ECC_CURVE curveId // IN: curve identifier in BnCurveInitialize()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c307 TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size) in TPM_ECC_CURVE_Unmarshal()
333 TPM_ECC_CURVE_Marshal(TPM_ECC_CURVE *source, BYTE **buffer, INT32 *size) in TPM_ECC_CURVE_Marshal()
2649 …result = (UINT16)(result + TPM_ECC_CURVE_Array_Marshal((TPM_ECC_CURVE *)(source->eccCurves), buffe… in TPML_ECC_CURVE_Marshal()
4433 result = TPM_ECC_CURVE_Unmarshal((TPM_ECC_CURVE *)target, buffer, size); in TPMI_ECC_CURVE_Unmarshal()
4474 return TPM_ECC_CURVE_Marshal((TPM_ECC_CURVE *)source, buffer, size); in TPMI_ECC_CURVE_Marshal()
4506 …result = (UINT16)(result + TPM_ECC_CURVE_Marshal((TPM_ECC_CURVE *)&(source->curveID), buffer, size… in TPMS_ALGORITHM_DETAIL_ECC_Marshal()
5871 TPM_ECC_CURVE_Array_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size, INT32 count) in TPM_ECC_CURVE_Array_Unmarshal()
5883 TPM_ECC_CURVE_Array_Marshal(TPM_ECC_CURVE *source, BYTE **buffer, INT32 *size, INT32 count) in TPM_ECC_CURVE_Array_Marshal()
DTableMarshalData.c62 ARRAY_MARSHAL_ENTRY(TPM_ECC_CURVE),
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c548 TPM_ECC_CURVE curveID; in SchemeChecks()