| /src/crypto/external/apache2/openssl/dist/apps/ |
| ecparam.c | 83 EC_builtin_curve *curves = NULL; local 86 curves = app_malloc((int)sizeof(*curves) * crv_len, "list curves"); 87 EC_get_builtin_curves(curves, crv_len); 90 const char *comment = curves[n].comment; 91 const char *sname = OBJ_nid2sn(curves[n].nid); 101 OPENSSL_free(curves); 333 * for named curves. This can be achieved using:
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ecparam.c | 71 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:
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ecdsatest.c | 31 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);
|
| ec_internal_test.c | 17 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);
|
| ectest.c | 27 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, cofactor is chosen as small as possible [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ecparam.c | 175 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 prime192v1 and prime256v1 defined i [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| ecdsatest.c | 32 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 400 TEST_note("Elliptic curves are disabled."); 406 /* get a list of all internal curves */ 408 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len)) 409 || !TEST_true(EC_get_builtin_curves(curves, crv_len))) [all...] |
| ec_internal_test.c | 23 static EC_builtin_curve *curves = NULL; variable 218 int nid = curves[n].nid; 443 int nid = curves[n].nid; 543 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len)) 544 || !TEST_true(EC_get_builtin_curves(curves, crv_len))) 567 OPENSSL_free(curves);
|
| ectest.c | 36 static EC_builtin_curve *curves = NULL; variable 1116 int nid = curves[n].nid; 1134 int r, nid = curves[n].nid; 1184 * several NIST curves with characteristic > 3. 1912 nid = curves[id].nid; 1958 /* Only NIST curves pass */ 2098 nid = curves[id].nid; 2209 * EC_GROUP for built-in curves. 2236 nid = curves[id].nid; 2333 * match with the built-in curves [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| ecdsatest.c | 32 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_len))) [all...] |
| ec_internal_test.c | 22 static EC_builtin_curve *curves = NULL; variable 222 int nid = curves[n].nid; 450 int nid = curves[n].nid; 489 if (!TEST_ptr(curves = OPENSSL_malloc(sizeof(*curves) * crv_len)) 490 || !TEST_true(EC_get_builtin_curves(curves, crv_len))) 512 OPENSSL_free(curves);
|
| ectest.c | 36 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...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| smoothstep.sh | 68 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| smoothstep.sh | 68 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evppkey_ecdsa.txt | 183 Title = FIPS Negative tests (using different curves and digests)
|
| evppkey_ecdsa_sigalg.txt | 182 Title = FIPS Negative tests (using different curves and digests)
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evppkey_ecdsa.txt | 183 Title = FIPS Negative tests (using different curves and digests)
|
| /src/external/bsd/wpa/dist/src/common/ |
| dpp.c | 367 wpa_printf(MSG_DEBUG, "DPP: URI supported curves: 0x%x", 4237 "DPP: Mismatching netAccessKey curves (%s != %s)", 4402 u8 curves = 0; local 4409 curves |= BIT(DPP_BOOTSTRAP_CURVE_P_256); 4411 curves |= BIT(DPP_BOOTSTRAP_CURVE_P_384); 4413 curves |= BIT(DPP_BOOTSTRAP_CURVE_P_521); 4415 curves |= BIT(DPP_BOOTSTRAP_CURVE_BP_256); 4417 curves |= BIT(DPP_BOOTSTRAP_CURVE_BP_384); 4419 curves |= BIT(DPP_BOOTSTRAP_CURVE_BP_512); 4426 bi->supported_curves = curves; [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 2121 * example based on supported signature algorithms or curves. 2852 int *curves, size_t ncurves);
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 2045 * example based on supported signature algorithms or curves. 2658 int *curves, size_t ncurves);
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 1920 * example based on supported signature algorithms or curves. 2518 int *curves, size_t ncurves);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 1898 any curves at us.
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ChangeLog-3.x | 1898 any curves at us.
|