Lines Matching refs:opt_found
219 static int opt_found(const char *name, unsigned int *result, in opt_found() function
231 #define opt_found(value, pairs, result)\ macro
232 opt_found(value, result, pairs, OSSL_NELEM(pairs))
2315 if (opt_found(algo, doit_choices, &i)) { in speed_main()
2336 if (opt_found(algo, rsa_choices, &i)) { in speed_main()
2347 if (opt_found(algo, ffdh_choices, &i)) { in speed_main()
2359 if (opt_found(algo, dsa_choices, &i)) { in speed_main()
2378 if (opt_found(algo, ecdsa_choices, &i)) { in speed_main()
2388 if (opt_found(algo, ecdh_choices, &i)) { in speed_main()
2398 if (opt_found(algo, eddsa_choices, &i)) { in speed_main()
2408 if (opt_found(algo, sm2_choices, &i)) { in speed_main()