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

/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c590 # define EdDSA_NUM OSSL_NELEM(eddsa_choices) macro
592 static double eddsa_results[EdDSA_NUM][2]; /* 2 ops: sign then verify */
622 EVP_MD_CTX *eddsa_ctx[EdDSA_NUM];
1191 static long eddsa_c[EdDSA_NUM][2];
1546 int eddsa_doit[EdDSA_NUM] = { 0 };
1548 OPENSSL_assert(OSSL_NELEM(test_ed_curves) >= EdDSA_NUM);
3091 for (testnum = 0; testnum < EdDSA_NUM; testnum++) {
3189 for (testnum++; testnum < EdDSA_NUM; testnum++)
3369 for (k = 0; k < EdDSA_NUM; k++)

Completed in 85 milliseconds