Lines Matching full:curve
64 * The elliptic curve binary polynomial software is originally written by
367 // Note any curve which did not satisfy this must have been invalid or use a
401 static EC_GROUP *ec_group_new_from_data(const struct built_in_curve *curve) {
413 const unsigned param_len = curve->param_len;
414 curve->params;
423 group = ec_group_new(curve->method);
487 const struct built_in_curve *curve = NULL;
490 curve = &curves->curves[i];
496 if (curve == NULL) {
508 ret = ec_group_new_from_data(curve);
572 // Built-in curves may be compared by curve name alone.
576 // |a| and |b| are both custom curves. We compare the entire curve
578 // custom curve construction is sadly done in two parts) but otherwise not the