Home | History | Annotate | Download | only in ec

Lines Matching full:curve

67  * The elliptic curve binary polynomial software is originally written by 
281 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 = x^3 + a*x + b (mod 0x");
313 fprintf(stderr, "Point is not on curve: x = 0x");
394 /* Curve secp160r1 (Certicom Research SEC 2 Version 1.0, section 2.4.2, 2000)
395 * -- not a NIST curve, but commonly used */
411 fprintf(stdout, "\nSEC2 curve secp160r1 -- Generator:\n x = 0x");
430 /* Curve P-192 (FIPS PUB 186-2, App. 6) */
445 fprintf(stdout, "\nNIST curve P-192 -- Generator:\n x = 0x");
464 /* Curve P-224 (FIPS PUB 186-2, App. 6) */
479 fprintf(stdout, "\nNIST curve P-224 -- Generator:\n x = 0x");
498 /* Curve P-256 (FIPS PUB 186-2, App. 6) */
514 fprintf(stdout, "\nNIST curve P-256 -- Generator:\n x = 0x");
533 /* Curve P-384 (FIPS PUB 186-2, App. 6) */
553 fprintf(stdout, "\nNIST curve P-384 -- Generator:\n x = 0x");
573 /* Curve P-521 (FIPS PUB 186-2, App. 6) */
598 fprintf(stdout, "\nNIST curve P-521 -- Generator:\n x = 0x");
619 /* more tests using the last curve */
825 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 + x*y = x^3 + a*x^2 + b (mod 0x");
867 fprintf(stderr, "Point is not on curve: x = 0x");
935 /* Curve K-163 (FIPS PUB 186-2, App. 6) */
938 "NIST curve K-163",
951 /* Curve B-163 (FIPS PUB 186-2, App. 6) */
954 "NIST curve B-163",
967 /* Curve K-233 (FIPS PUB 186-2, App. 6) */
970 "NIST curve K-233",
983 /* Curve B-233 (FIPS PUB 186-2, App. 6) */
986 "NIST curve B-233",
999 /* Curve K-283 (FIPS PUB 186-2, App. 6) */
1002 "NIST curve K-283",
1015 /* Curve B-283 (FIPS PUB 186-2, App. 6) */
1018 "NIST curve B-283",
1031 /* Curve K-409 (FIPS PUB 186-2, App. 6) */
1034 "NIST curve K-409",
1047 /* Curve B-409 (FIPS PUB 186-2, App. 6) */
1050 "NIST curve B-409",
1063 /* Curve K-571 (FIPS PUB 186-2, App. 6) */
1066 "NIST curve K-571",
1079 /* Curve B-571 (FIPS PUB 186-2, App. 6) */
1082 "NIST curve B-571",
1095 /* more tests using the last curve */
1246 " curve %s\n", OBJ_nid2sn(nid));
1247 /* try next curve */
1254 " curve %s\n", OBJ_nid2sn(nid));
1256 /* try the next curve */
1283 * Otherwise, values are standard curve parameters from FIPS 180-3 */
1340 fprintf(stdout, "\nNIST curve P-%d (optimised implementation):\n", test->degree);