Home
last modified time | relevance | path

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

/openssl/apps/
H A Dspeed.c486 enum { R_EC_Ed25519, R_EC_Ed448, EdDSA_NUM }; enumerator
487 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = {
492 static double eddsa_results[EdDSA_NUM][2]; /* 2 ops: sign then verify */
550 EVP_MD_CTX *eddsa_ctx[EdDSA_NUM];
551 EVP_MD_CTX *eddsa_ctx2[EdDSA_NUM];
2000 static const EC_CURVE ed_curves[EdDSA_NUM] = { in speed_main()
2016 uint8_t eddsa_doit[EdDSA_NUM] = { 0 }; in speed_main()
2027 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448); in speed_main()
2028 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0); in speed_main()
3620 for (testnum = 0; testnum < EdDSA_NUM; testnum++) { in speed_main()
[all …]

Completed in 15 milliseconds