Searched defs:curveId (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | CpriECC.c | 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() 588 TPM_ECC_CURVE curveId, // IN: the curve selector in _cpri__EccIsPointOnCurve() 664 TPM_ECC_CURVE curveId, // IN: the curve identifier in _cpri__GenerateKeyEcc() 760 TPM_ECC_CURVE curveId // IN: the curve for the key in _cpri__GetEphemeralEcc() 792 TPM_ECC_CURVE curveId, // IN: the curve used in the signature in SignEcdsa() 949 TPM_ECC_CURVE curveId, // IN: the curve used in signing in EcDaa() [all …]
|
D | stubs_ecc.c | 12 TPM_ECC_CURVE curveId // IN: the curveID in _cpri__EccGetParametersByCurveId()
|
D | CpriDataEcc.h | 24 TPM_ECC_CURVE curveId; member
|
D | CryptUtil.c | 1255 TPM_ECC_CURVE curveId // IN: the curve id in CryptEccGetParameter() 1299 TPM_ECC_CURVE curveId // IN: The curve selector in CryptGetCurveSignScheme() 1371 TPM_ECC_CURVE curveId, // IN: curve selector in CryptEccPointMultiply() 1691 TPM_ECC_CURVE curveId, // IN: ECC curve ID in CryptEccGetParameters() 1734 TPM_ECC_CURVE curveId, // IN: the curve for the computation in CryptEcc2PhaseKeyExchange() 3673 TPM_ECC_CURVE curveId = publicArea->parameters.eccDetail.curveID; in CryptAreKeySizesConsistent() local
|