Searched refs:curves (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Decparam.c71 EC_builtin_curve *curves = NULL; local
74 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves");
75 if (!EC_get_builtin_curves(curves, crv_len))
79 const char *comment = curves[n].comment;
80 const char *sname = OBJ_nid2sn(curves[n].nid);
92 OPENSSL_free(curves);
313 * for named curves. This can be achieved using:
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Decdsatest.c31 static EC_builtin_curve *curves = NULL; variable
209 nid = curves[n].nid;
211 /* skip built-in curves where ord(G) is not prime */
321 TEST_note("Elliptic curves are disabled.");
323 /* get a list of all internal curves */
325 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len))
326 || !TEST_true(EC_get_builtin_curves(curves, crv_len)))
337 OPENSSL_free(curves);
H A Dec_internal_test.c17 static EC_builtin_curve *curves = NULL; variable
167 int nid = curves[n].nid;
324 int nid = curves[n].nid;
363 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len))
364 || !TEST_true(EC_get_builtin_curves(curves, crv_len)))
382 OPENSSL_free(curves);
H A Dectest.c27 static EC_builtin_curve *curves = NULL; variable
1181 int nid = curves[n].nid;
1199 int r, nid = curves[n].nid;
1214 * implementations of several NIST curves with characteristic > 3.
1637 * EC_GROUP for built-in curves.
1664 nid = curves[id].nid;
1765 * match with the built-in curves
1932 * Test two random 256-bit explicit parameters curves with absent cofactor.
1933 * The two curves are chosen to roughly straddle the bounds at which the lib
1939 * For standards-compliant curves, cofacto
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Decparam.c175 EC_builtin_curve *curves = NULL; local
179 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves");
180 if (!EC_get_builtin_curves(curves, crv_len)) {
181 OPENSSL_free(curves);
188 comment = curves[n].comment;
189 sname = OBJ_nid2sn(curves[n].nid);
199 OPENSSL_free(curves);
209 * are the same as the curves prime192v
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Decdsatest.c32 static EC_builtin_curve *curves = NULL; variable
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_le
[all...]
H A Dec_internal_test.c22 static EC_builtin_curve *curves = NULL; variable
172 int nid = curves[n].nid;
400 int nid = curves[n].nid;
439 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len))
440 || !TEST_true(EC_get_builtin_curves(curves, crv_len)))
461 OPENSSL_free(curves);
H A Dectest.c36 static EC_builtin_curve *curves = NULL; variable
1140 int nid = curves[n].nid;
1158 int r, nid = curves[n].nid;
1209 * several NIST curves with characteristic > 3.
1514 nid = curves[id].nid;
1562 /* Only NIST curves pass */
1702 nid = curves[id].nid;
1814 * EC_GROUP for built-in curves.
1841 nid = curves[id].nid;
1942 * match with the built-in curves
[all...]
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dsmoothstep.sh68 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h1920 * example based on supported signature algorithms or curves.
2518 int *curves, size_t ncurves);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h2045 * example based on supported signature algorithms or curves.
2658 int *curves, size_t ncurves);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x1898 any curves at us.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x1898 any curves at us.

Completed in 521 milliseconds