HomeSort by: relevance | last modified time | path
    Searched defs:test_ed_curves (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 1539 } test_ed_curves[] = { local
1548 OPENSSL_assert(OSSL_NELEM(test_ed_curves) >= EdDSA_NUM);
3109 if ((ed_pctx = EVP_PKEY_CTX_new_id(test_ed_curves[testnum].nid, NULL))
3134 loopargs[i].sigsize = test_ed_curves[testnum].sigsize;
3147 pkey_print_message("sign", test_ed_curves[testnum].name,
3149 test_ed_curves[testnum].bits, seconds.eddsa);
3157 count, test_ed_curves[testnum].bits,
3158 test_ed_curves[testnum].name, d);
3177 pkey_print_message("verify", test_ed_curves[testnum].name,
3179 test_ed_curves[testnum].bits, seconds.eddsa)
    [all...]

Completed in 16 milliseconds