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

/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c580 # define EC_NUM OSSL_NELEM(ecdh_choices) macro
582 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
621 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
625 size_t outlen[EC_NUM];
1175 static long ecdh_c[EC_NUM][1];
1545 int ecdh_doit[EC_NUM] = { 0 };
1547 OPENSSL_assert(OSSL_NELEM(test_curves) >= EC_NUM);
2930 for (testnum = 0; testnum < EC_NUM; testnum++) {
3309 for (k = 0; k < EC_NUM; k++) {
3367 for (k = 0; k < EC_NUM;
[all...]

Completed in 122 milliseconds