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

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 378 static const OPT_PAIR ecdsa_choices[ECDSA_NUM] = { variable
405 /* list of ecdh curves, extension of |ecdsa_choices| list above */
1528 * the following arrays and increase the |ecdh_choices| and |ecdsa_choices|
1586 OPENSSL_assert(strcmp(ecdsa_choices[ECDSA_NUM - 1].name, "ecdsabrp512t1") == 0);
1799 if (opt_found(algo, ecdsa_choices, &i)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 522 static OPT_PAIR ecdsa_choices[] = { variable
548 # define ECDSA_NUM OSSL_NELEM(ecdsa_choices)
1716 if (found(*argv, ecdsa_choices, &i)) {
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 488 static const OPT_PAIR ecdsa_choices[ECDSA_NUM] = { variable
523 /* list of ecdh curves, extension of |ecdsa_choices| list above */
2040 * the following arrays and increase the |ecdh_choices| and |ecdsa_choices|
2111 OPENSSL_assert(strcmp(ecdsa_choices[ECDSA_NUM - 1].name, "ecdsabrp512t1") == 0);
2448 if (opt_found(algo, ecdsa_choices, &i)) {

Completed in 33 milliseconds