Home | History | Annotate | Download | only in apps

Lines Matching defs:opt_found

196 static int opt_found(const char *name, unsigned int *result,
208 #define opt_found(value, pairs, result)\
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)) {
1827 if (opt_found(algo, sm2_choices, &i)) {