Searched refs:opt_found (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | speed.c | 196 static int opt_found(const char *name, unsigned int *result, in opt_found() 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)) { in speed_main() 1759 if (opt_found(algo, rsa_choices, &i)) { in speed_main() 1770 if (opt_found(algo, ffdh_choices, &i)) { in speed_main() 1781 if (opt_found(algo, dsa_choices, &i)) { in speed_main() 1799 if (opt_found(algo, ecdsa_choices, &i)) { in speed_main() 1809 if (opt_found(algo, ecdh_choices, &i)) { in speed_main() 1818 if (opt_found(algo, eddsa_choices, &i)) { in speed_main() [all …]
|