| /src/crypto/external/bsd/openssl/dist/apps/ |
| speed.c | 196 static int opt_found(const char *name, unsigned int *result, function 208 #define opt_found(value, pairs, result)\ macro 209 opt_found(value, result, pairs, OSSL_NELEM(pairs)) 1738 if (opt_found(algo, doit_choices, &i)) { 1759 if (opt_found(algo, rsa_choices, &i)) { 1770 if (opt_found(algo, ffdh_choices, &i)) { 1781 if (opt_found(algo, dsa_choices, &i)) { 1799 if (opt_found(algo, ecdsa_choices, &i)) { 1809 if (opt_found(algo, ecdh_choices, &i)) { 1818 if (opt_found(algo, eddsa_choices, &i)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| speed.c | 285 opt_found(value, result, pairs, OSSL_NELEM(pairs)) 286 static int opt_found(const char *name, unsigned int *result, function
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| speed.c | 218 static int opt_found(const char *name, unsigned int *result, function 230 #define opt_found(value, pairs, result) \ macro 231 opt_found(value, result, pairs, OSSL_NELEM(pairs)) 2385 if (opt_found(algo, doit_choices, &i)) { 2406 if (opt_found(algo, rsa_choices, &i)) { 2417 if (opt_found(algo, ffdh_choices, &i)) { 2429 if (opt_found(algo, dsa_choices, &i)) { 2448 if (opt_found(algo, ecdsa_choices, &i)) { 2458 if (opt_found(algo, ecdh_choices, &i)) { 2468 if (opt_found(algo, eddsa_choices, &i)) [all...] |