Home | History | Annotate | Download | only in apps

Lines Matching defs:EdDSA_NUM

561     EdDSA_NUM };
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] = {
2093 uint8_t eddsa_doit[EdDSA_NUM] = { 0 };
2104 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448);
2105 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0);
3689 for (testnum = 0; testnum < EdDSA_NUM; testnum++) {
4782 for (k = 0; k < EdDSA_NUM; k++) {