/openssl/test/ |
H A D | x509_check_cert_pkey_test.c | 142 { OPT_HELP_STR, 1, '-', "cert\tcertificate or CSR filename in PEM\n" }, in test_get_options() 143 { OPT_HELP_STR, 1, '-', "key\tprivate key filename in PEM\n" }, in test_get_options() 144 { OPT_HELP_STR, 1, '-', "type\t\tvalue must be 'cert' or 'req'\n" }, in test_get_options() 145 { OPT_HELP_STR, 1, '-', "expected\tthe expected return value, either 'ok' or 'failed'\n" }, in test_get_options() 146 { OPT_HELP_STR, 1, '-', "file\tPEM format file containing certs, keys, and/OR CRLs\n" }, in test_get_options() 147 { OPT_HELP_STR, 1, '-', "num\texpected number of credentials to be loaded from file\n" }, in test_get_options()
|
H A D | decoder_propq_test.c | 36 { OPT_HELP_STR, 1, '-', "file\tFile to decode.\n" }, in test_get_options()
|
H A D | bio_readbuffer_test.c | 109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
|
H A D | testutil.h | 141 { OPT_HELP_STR, 1, '-', "Valid options are:\n" }, \ 151 { OPT_HELP_STR, 1, '-', "Usage: %s [options] " usage }, \ 156 { OPT_HELP_STR, 1, '-', "Usage: %s [options]\n" }, \
|
H A D | algorithmid_test.c | 269 { OPT_HELP_STR, 1, '-', in test_get_options()
|
H A D | evp_fetch_prov_test.c | 51 { OPT_HELP_STR, 1, '-', "file\tProvider names to explicitly load\n" }, in test_get_options()
|
/openssl/apps/ |
H A D | errstr.c | 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|
H A D | prime.c | 40 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
|
H A D | gendsa.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
|
H A D | rand.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num[K|M|G|T]\n"},
|
H A D | kdf.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
|
H A D | genrsa.c | 43 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
|
H A D | mac.c | 31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
|
H A D | ciphers.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
|
H A D | dsaparam.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits] [numqbits]\n"},
|
H A D | dhparam.c | 46 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
|
H A D | genpkey.c | 57 {OPT_HELP_STR, 1, 1,
|
H A D | verify.c | 39 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cert...]\n"},
|
H A D | openssl.c | 330 {OPT_HELP_STR, 1, '-', "Usage: help [options] [command]\n"},
|
H A D | storeutl.c | 37 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"},
|
H A D | engine.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"},
|
H A D | rehash.c | 493 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [directory...]\n"},
|
/openssl/apps/lib/ |
H A D | opt.c | 32 const char OPT_HELP_STR[] = "-H"; variable 180 if (o->name == OPT_HELP_STR in opt_init() 1142 if (o->name == OPT_HELP_STR) { in opt_print() 1198 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help()
|
/openssl/apps/include/ |
H A D | opt.h | 318 extern const char OPT_HELP_STR[];
|
/openssl/doc/internal/man3/ |
H 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"}
|