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

/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c1539 } test_ed_curves[] = { local
1548 OPENSSL_assert(OSSL_NELEM(test_ed_curves) >= EdDSA_NUM);
3105 if ((ed_pctx = EVP_PKEY_CTX_new_id(test_ed_curves[testnum].nid, NULL))
3130 loopargs[i].sigsize = test_ed_curves[testnum].sigsize;
3143 pkey_print_message("sign", test_ed_curves[testnum].name,
3145 test_ed_curves[testnum].bits, seconds.eddsa);
3153 count, test_ed_curves[testnum].bits,
3154 test_ed_curves[testnum].name, d);
3173 pkey_print_message("verify", test_ed_curves[testnum].name,
3175 test_ed_curves[testnu
[all...]

Completed in 101 milliseconds