/openssl-master/test/ |
A D | x509_check_cert_pkey_test.c | 144 { OPT_HELP_STR, 1, '-', "cert\tcertificate or CSR filename in PEM\n" }, in test_get_options() 145 { OPT_HELP_STR, 1, '-', "key\tprivate key filename in PEM\n" }, in test_get_options() 146 { OPT_HELP_STR, 1, '-', "type\t\tvalue must be 'cert' or 'req'\n" }, in test_get_options() 147 { OPT_HELP_STR, 1, '-', "expected\tthe expected return value, either 'ok' or 'failed'\n" }, in test_get_options() 148 { OPT_HELP_STR, 1, '-', "file\tPEM format file containing certs, keys, and/OR CRLs\n" }, in test_get_options() 149 { OPT_HELP_STR, 1, '-', "num\texpected number of credentials to be loaded from file\n" }, in test_get_options()
|
A D | bio_readbuffer_test.c | 109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
|
A D | testutil.h | 140 { OPT_HELP_STR, 1, '-', "Valid options are:\n" }, \ 150 { OPT_HELP_STR, 1, '-', "Usage: %s [options] " usage }, \ 155 { OPT_HELP_STR, 1, '-', "Usage: %s [options]\n" }, \
|
A D | algorithmid_test.c | 269 { OPT_HELP_STR, 1, '-', in test_get_options()
|
A D | evp_fetch_prov_test.c | 51 { OPT_HELP_STR, 1, '-', "file\tProvider names to explicitly load\n" }, in test_get_options()
|
/openssl-master/apps/ |
A D | errstr.c | 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|
A D | prime.c | 23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
|
A D | rand.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
|
A D | gendsa.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
|
A D | kdf.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
|
A D | ciphers.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
|
A D | genrsa.c | 45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
|
A D | mac.c | 31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
|
A D | dsaparam.c | 38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
|
A D | genpkey.c | 56 {OPT_HELP_STR, 1, 1,
|
A D | dhparam.c | 45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
|
A D | verify.c | 39 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cert...]\n"},
|
A D | openssl.c | 319 {OPT_HELP_STR, 1, '-', "Usage: help [options] [command]\n"},
|
A D | storeutl.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"},
|
A D | engine.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"},
|
A D | rehash.c | 475 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [directory...]\n"},
|
A D | srp.c | 200 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [user...]\n"},
|
/openssl-master/apps/lib/ |
A D | opt.c | 32 const char OPT_HELP_STR[] = "-H"; variable 180 if (o->name == OPT_HELP_STR in opt_init() 1064 if (o->name == OPT_HELP_STR) { in opt_print() 1120 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help()
|
/openssl-master/apps/include/ |
A D | opt.h | 303 extern const char OPT_HELP_STR[];
|
/openssl-master/doc/internal/man3/ |
A D | OPTIONS.pod | 169 Use B<OPT_HELP_STR> as the first entry in your array: 171 {OPT_HELP_STR, 1, '-', Usage: %s [options] [text...]\n"}
|