Searched refs:strbits (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | gendh.c | 135 char *strbits = NULL; in gendh_main() local 155 if (options_parse(argc, argv, gendh_options, &strbits, NULL) != 0) { in gendh_main() 160 if (strbits != NULL) { in gendh_main() 162 numbits = strtonum(strbits, 0, INT_MAX, &errstr); in gendh_main()
|
| HD | dsaparam.c | 170 char *strbits = NULL; in dsaparam_main() local 184 if (options_parse(argc, argv, dsaparam_options, &strbits, NULL) != 0) { in dsaparam_main() 189 if (strbits != NULL) { in dsaparam_main() 191 numbits = strtonum(strbits, 0, INT_MAX, &errstr); in dsaparam_main()
|