Home | History | Annotate | Download | only in ec

Lines Matching defs:curves

84 int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); return 0; }
1219 EC_builtin_curve *curves = NULL;
1225 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
1227 if (curves == NULL)
1230 if (!EC_get_builtin_curves(curves, crv_len))
1232 OPENSSL_free(curves);
1236 fprintf(stdout, "testing internal curves: ");
1241 int nid = curves[n].nid;
1270 OPENSSL_free(curves);
1276 * implementations of several NIST curves with characteristic > 3. */
1476 /* test the internal curves */