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

  /external/tpm2/
EC_Ephemeral.c 29 in->curveID,
33 CryptEccPointMultiply(&out->Q.t.point, in->curveID, &r, NULL);
ECC_Parameters.c 26 if(CryptEccGetParameters(in->curveID, &out->parameters))
ZGen_2Phase.c 61 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
65 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
71 eccKey->publicArea.parameters.eccDetail.curveID,
79 eccKey->publicArea.parameters.eccDetail.curveID,
Commit.c 62 p = (TPM2B *)CryptEccGetParameter('p', parms->curveID);
72 if(!CryptGenerateR(&r, NULL, parms->curveID, &eccKey->name))
100 if(!CryptEccIsPointOnCurve(parms->curveID, pP2))
113 if(!CryptEccIsPointOnCurve(parms->curveID, pP1))
124 parms->curveID,
ECC_Parameters_fp.h 12 typedef struct { TPMI_ECC_CURVE curveID; } ECC_Parameters_In;
EC_Ephemeral_fp.h 12 typedef struct { TPMI_ECC_CURVE curveID; } EC_Ephemeral_In;
ECDH_KeyGen.c 44 CryptNewEccKey(eccKey->publicArea.parameters.eccDetail.curveID,
52 eccKey->publicArea.parameters.eccDetail.curveID,
ECDH_ZGen.c 52 eccKey->publicArea.parameters.eccDetail.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
140 TPMI_ECC_CURVE curveID, // IN: the curve for the value
154 TPM_ECC_CURVE curveId // IN: The curve selector
238 TPM_RC CryptNewEccKey(TPM_ECC_CURVE curveID, // IN: ECC curv
    [all...]
Marshal_ECC_Parameters.c 44 result = TPMI_ECC_CURVE_Unmarshal(&target->curveID, buffer, size);
Marshal_EC_Ephemeral.c 44 result = TPMI_ECC_CURVE_Unmarshal(&target->curveID, buffer, size);
CryptUtil.c     [all...]
CryptoEngine.h 167 UINT32 curveID; // The curve identifier
Object_spt.c 394 TPM_ECC_CURVE curveID = publicArea->parameters.eccDetail.curveID;
395 const TPMT_ECC_SCHEME *curveScheme = CryptGetCurveSignScheme(curveID);
396 // The curveId must be valid or the unmarshaling is busted.
398 // If the curveID requires a specific scheme, then the key must select
    [all...]
tpm_types.h     [all...]
tpm_generated.c     [all...]

Completed in 908 milliseconds