Lines Matching refs:curves
32 static EC_builtin_curve *curves = NULL;
101 return TEST_skip("skip non approved curves");
199 nid = curves[n].nid;
201 /* skip built-in curves where ord(G) is not prime */
208 * skip SM2 curve if 'as' is equal to EVP_PKEY_EC or, skip all curves
394 TEST_note("Elliptic curves are disabled.");
400 /* get a list of all internal curves */
402 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len))
403 || !TEST_true(EC_get_builtin_curves(curves, crv_len))) {
421 OPENSSL_free(curves);