Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c518 EC_NUM enumerator
520 EC_NUM = ECDSA_NUM
524 static const OPT_PAIR ecdh_choices[EC_NUM] = {
555 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
624 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
636 size_t outlen[EC_NUM];
2043 static const EC_CURVE ec_curves[EC_NUM] = { in speed_main()
2091 uint8_t ecdh_doit[EC_NUM] = { 0 }; in speed_main()
2107 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448); in speed_main()
2108 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0); in speed_main()
[all …]