Home
last modified time | relevance | path

Searched refs:opt_found (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dspeed.c218 static int opt_found(const char *name, unsigned int *result, in opt_found() 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)) { in speed_main()
2406 if (opt_found(algo, rsa_choices, &i)) { in speed_main()
2417 if (opt_found(algo, ffdh_choices, &i)) { in speed_main()
2429 if (opt_found(algo, dsa_choices, &i)) { in speed_main()
2448 if (opt_found(algo, ecdsa_choices, &i)) { in speed_main()
2458 if (opt_found(algo, ecdh_choices, &i)) { in speed_main()
2468 if (opt_found(algo, eddsa_choices, &i)) { in speed_main()
[all …]