Home
last modified time | relevance | path

Searched refs:OPT_HELP_STR (Results 1 – 25 of 37) sorted by relevance

12

/openssl/test/
H A Dx509_check_cert_pkey_test.c142 { 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 Ddecoder_propq_test.c36 { OPT_HELP_STR, 1, '-', "file\tFile to decode.\n" }, in test_get_options()
H A Dbio_readbuffer_test.c109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
H A Dtestutil.h141 { 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 Dalgorithmid_test.c269 { OPT_HELP_STR, 1, '-', in test_get_options()
H A Devp_fetch_prov_test.c51 { OPT_HELP_STR, 1, '-', "file\tProvider names to explicitly load\n" }, in test_get_options()
/openssl/apps/
H A Derrstr.c24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
H A Dprime.c40 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
H A Dgendsa.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
H A Drand.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num[K|M|G|T]\n"},
H A Dkdf.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
H A Dgenrsa.c43 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
H A Dmac.c31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
H A Dciphers.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
H A Ddsaparam.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits] [numqbits]\n"},
H A Ddhparam.c46 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
H A Dgenpkey.c57 {OPT_HELP_STR, 1, 1,
H A Dverify.c39 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cert...]\n"},
H A Dopenssl.c330 {OPT_HELP_STR, 1, '-', "Usage: help [options] [command]\n"},
H A Dstoreutl.c37 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"},
H A Dengine.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"},
H A Drehash.c493 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [directory...]\n"},
/openssl/apps/lib/
H A Dopt.c32 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 Dopt.h318 extern const char OPT_HELP_STR[];
/openssl/doc/internal/man3/
H A DOPTIONS.pod169 Use B<OPT_HELP_STR> as the first entry in your array:
171 {OPT_HELP_STR, 1, '-', Usage: %s [options] [text...]\n"}

Completed in 52 milliseconds

12