Home
last modified time | relevance | path

Searched refs:EC_NUM (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/crypto/openssl/apps/
HDspeed.c404 enum { R_EC_X25519 = ECDSA_NUM, R_EC_X448, EC_NUM }; enumerator
406 static const OPT_PAIR ecdh_choices[EC_NUM] = {
435 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
484 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
494 size_t outlen[EC_NUM];
1075 static long ecdh_c[EC_NUM][1];
1531 static const EC_CURVE ec_curves[EC_NUM] = { in speed_main()
1575 uint8_t ecdh_doit[EC_NUM] = { 0 }; in speed_main()
1582 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448); in speed_main()
1583 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0); in speed_main()
[all …]