Home
last modified time | relevance | path

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

12

/openssl-master/test/
A Dx509_check_cert_pkey_test.c144 { 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 Dbio_readbuffer_test.c109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
A Dtestutil.h140 { 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 Dalgorithmid_test.c269 { OPT_HELP_STR, 1, '-', in test_get_options()
A Devp_fetch_prov_test.c51 { OPT_HELP_STR, 1, '-', "file\tProvider names to explicitly load\n" }, in test_get_options()
/openssl-master/apps/
A Derrstr.c24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
A Dprime.c23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
A Drand.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
A Dgendsa.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
A Dkdf.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
A Dciphers.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
A Dgenrsa.c45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
A Dmac.c31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
A Ddsaparam.c38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
A Dgenpkey.c56 {OPT_HELP_STR, 1, 1,
A Ddhparam.c45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
A Dverify.c39 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cert...]\n"},
A Dopenssl.c319 {OPT_HELP_STR, 1, '-', "Usage: help [options] [command]\n"},
A Dstoreutl.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"},
A Dengine.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"},
A Drehash.c475 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [directory...]\n"},
A Dsrp.c200 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [user...]\n"},
/openssl-master/apps/lib/
A Dopt.c32 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 Dopt.h303 extern const char OPT_HELP_STR[];
/openssl-master/doc/internal/man3/
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 31 milliseconds

12