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

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 406 static const OPT_PAIR ecdh_choices[EC_NUM] = { variable
1528 * the following arrays and increase the |ecdh_choices| and |ecdsa_choices|
1583 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0);
1809 if (opt_found(algo, ecdh_choices, &i)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 552 static const OPT_PAIR ecdh_choices[] = { variable
580 # define EC_NUM OSSL_NELEM(ecdh_choices)
1497 * the following arrays and increase the |ecdh_choices| list accordingly.
1725 if (found(*argv, ecdh_choices, &i)) {
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 524 static const OPT_PAIR ecdh_choices[EC_NUM] = { variable
2040 * the following arrays and increase the |ecdh_choices| and |ecdsa_choices|
2108 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0);
2458 if (opt_found(algo, ecdh_choices, &i)) {

Completed in 33 milliseconds