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

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 439 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = { variable
1580 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0);
1818 if (opt_found(algo, eddsa_choices, &i)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 586 static OPT_PAIR eddsa_choices[] = { variable
590 # define EdDSA_NUM OSSL_NELEM(eddsa_choices)
1734 if (found(*argv, eddsa_choices, &i)) {
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 562 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = { variable
2105 OPENSSL_assert(strcmp(eddsa_choices[EdDSA_NUM - 1].name, "ed448") == 0);
2468 if (opt_found(algo, eddsa_choices, &i)) {

Completed in 36 milliseconds