Home | History | Annotate | Download | only in ec

Lines Matching refs:curves

84 int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); return 0; }
1255 EC_builtin_curve *curves = NULL;
1261 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
1263 if (curves == NULL)
1266 if (!EC_get_builtin_curves(curves, crv_len))
1268 OPENSSL_free(curves);
1272 fprintf(stdout, "testing internal curves: ");
1277 int nid = curves[n].nid;
1306 OPENSSL_free(curves);
1312 * implementations of several NIST curves with characteristic > 3. */
1512 /* test the internal curves */