Lines Matching +full:1 +full:- +full:eng
2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
43 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
46 {"help", OPT_HELP, '-', "Display this summary"},
53 {"3", OPT_3, '-', "(deprecated) Use 3 for the E value"},
55 {"F4", OPT_F4, '-', "Use the Fermat number F4 (0x10001) for the E value"},
56 {"f4", OPT_F4, '-', "Use the Fermat number F4 (0x10001) for the E value"},
62 {"verbose", OPT_VERBOSE, '-', "Verbose output"},
63 {"quiet", OPT_QUIET, '-', "Terse output"},
64 {"traditional", OPT_TRADITIONAL, '-',
66 {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},
79 ENGINE *eng = NULL; in genrsa_main() local
85 int ret = 1, num = DEFBITS, private = 0, primes = DEFPRIMES; in genrsa_main()
102 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in genrsa_main()
120 eng = setup_engine(opt_arg(), 0); in genrsa_main()
140 verbose = 1; in genrsa_main()
146 traditional = 1; in genrsa_main()
155 if (argc == 1) { in genrsa_main()
170 private = 1; in genrsa_main()
182 if (!init_gen_str(&ctx, "RSA", eng, 0, app_get0_libctx(), in genrsa_main()
245 release_engine(eng); in genrsa_main()