Searched defs:ec_curve (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c57 static SECStatus ssl3_CreateECDHEphemeralKeys(sslSocket *ss, ECName ec_curve);
446 ECName ec_curve = ec_noName; local
453 ec_curve = params2ecName(&svrPublicKey->u.ec.DEREncodedParams);
454 if (!SSL_IS_CURVE_NEGOTIATED(ss->ssl3.hs.negotiatedECCurves, ec_curve)) {
458 signatureKeyStrength = curve2bits[ ec_curve ];
521 ECName ec_curve = (ECName)arg; local
524 PORT_Assert(gECDHEKeyPairs[ec_curve].pair == NULL);
527 if (ssl3_ECName2Params(NULL, ec_curve, &ecParams) != SECSuccess) {
528 gECDHEKeyPairs[ec_curve].error = PORT_GetError();
543 gECDHEKeyPairs[ec_curve]
561 ssl3_CreateECDHEphemeralKeys(sslSocket *ss, ECName ec_curve) argument
1212 ECName ec_curve = ec_noName; local
[all...]

Completed in 54 milliseconds