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

  /external/tpm2/
stubs_ecc.c 12 TPM_ECC_CURVE curveId // IN: the curveID
18 if(eccCurves[i].curveId == curveId)
31 return eccCurves[i].curveId;
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
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...]
CpriDataEcc.h 24 TPM_ECC_CURVE curveId;
CpriECC.c 47 return eccCurves[i].curveId;
60 // This function returns a pointer to the curve data that is associated with the indicated curveId. If there is no
74 TPM_ECC_CURVE curveId // IN: the curveID
80 if(eccCurves[i].curveId == curveId)
89 TPM_ECC_CURVE curveId // IN: the curveID
92 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId);
142 TPM_ECC_CURVE curveId, // IN: the ID of the curv
    [all...]
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...]
CryptUtil.c     [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
HelloExtensions.java 481 for (int curveId : curveIds) {
482 if (index == curveId) {
504 for (int curveId : curveIds) {
505 s.putInt16(curveId);
513 for (int curveId : curveIds) {
520 String oid = getCurveOid(curveId);
531 } else if (curveId == ARBITRARY_PRIME) {
533 } else if (curveId == ARBITRARY_CHAR2) {
536 sb.append("unknown curve " + curveId);
HandshakeMessage.java     [all...]
ServerHandshaker.java     [all...]

Completed in 989 milliseconds