Lines Matching defs:EC_NUM
404 enum { R_EC_X25519 = ECDSA_NUM, R_EC_X448, EC_NUM };
406 static const OPT_PAIR ecdh_choices[EC_NUM] = {
435 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
475 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
485 size_t outlen[EC_NUM];
981 static long ecdh_c[EC_NUM][1];
1423 static const EC_CURVE ec_curves[EC_NUM] = {
1467 uint8_t ecdh_doit[EC_NUM] = { 0 };
1474 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448);
1475 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0);
2591 for (testnum = 0; testnum < EC_NUM; testnum++) {
3203 for (k = 0; k < EC_NUM; k++) {
3311 for (k = 0; k < EC_NUM; k++)