Home
last modified time | relevance | path

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

123

/third_party/openssl/test/
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()
Dbio_readbuffer_test.c109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
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" }, \
/third_party/node/deps/openssl/openssl/apps/
Derrstr.c24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
Dprime.c23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
Drand.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
Dgendsa.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
Dkdf.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
Dciphers.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
Ddsaparam.c38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
Dgenrsa.c45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
Dmac.c31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
/third_party/openssl/apps/
Derrstr.c24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
Dprime.c23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
Drand.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
Dgendsa.c32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
Dkdf.c28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
Dmac.c31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
Ddsaparam.c38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
Dgenrsa.c45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
Dciphers.c35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
/third_party/node/deps/openssl/openssl/apps/lib/
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()
/third_party/openssl/apps/lib/
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()
/third_party/node/deps/openssl/openssl/apps/include/
Dopt.h303 extern const char OPT_HELP_STR[];
/third_party/openssl/apps/include/
Dopt.h303 extern const char OPT_HELP_STR[];

123