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.c445 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];
1967 static const EC_CURVE ec_curves[EC_NUM] = { in speed_main()
2015 uint8_t ecdh_doit[EC_NUM] = { 0 }; in speed_main()
2031 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448); in speed_main()
2032 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0); in speed_main()
[all …]