Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c561 EdDSA_NUM }; enumerator
562 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = {
567 static double eddsa_results[EdDSA_NUM][2]; /* 2 ops: sign then verify */
626 EVP_MD_CTX *eddsa_ctx[EdDSA_NUM];
627 EVP_MD_CTX *eddsa_ctx2[EdDSA_NUM];
2077 static const EC_CURVE ed_curves[EdDSA_NUM] = { in speed_main()
2093 uint8_t eddsa_doit[EdDSA_NUM] = { 0 }; in speed_main()
2104 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448); in speed_main()
2105 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0); in speed_main()
3689 for (testnum = 0; testnum < EdDSA_NUM; testnum++) { in speed_main()
[all …]