Home
last modified time | relevance | path

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

/openssl/apps/
H A Dspeed.c196 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))
1641 if (opt_found(algo, doit_choices, &i)) { in speed_main()
1662 if (opt_found(algo, rsa_choices, &i)) { in speed_main()
1673 if (opt_found(algo, ffdh_choices, &i)) { in speed_main()
1684 if (opt_found(algo, dsa_choices, &i)) { in speed_main()
1702 if (opt_found(algo, ecdsa_choices, &i)) { in speed_main()
1712 if (opt_found(algo, ecdh_choices, &i)) { in speed_main()
1721 if (opt_found(algo, eddsa_choices, &i)) { in speed_main()
[all …]

Completed in 16 milliseconds