Lines Matching refs:EC_NUM
445 R_EC_X25519 = ECDSA_NUM, R_EC_X448, EC_NUM enumerator
447 EC_NUM = ECDSA_NUM
451 static const OPT_PAIR ecdh_choices[EC_NUM] = {
482 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
548 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
560 size_t outlen[EC_NUM];
1966 static const EC_CURVE ec_curves[EC_NUM] = { in speed_main()
2014 uint8_t ecdh_doit[EC_NUM] = { 0 }; in speed_main()
2030 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448); in speed_main()
2031 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0); in speed_main()
3531 for (testnum = 0; testnum < EC_NUM; testnum++) { in speed_main()
4526 for (k = 0; k < EC_NUM; k++) { in speed_main()
4684 for (k = 0; k < EC_NUM; k++) in speed_main()