/third_party/openssl/test/ |
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()
|
D | bio_readbuffer_test.c | 109 { OPT_HELP_STR, 1, '-', "file\tFile to run tests on.\n" }, in test_get_options()
|
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" }, \
|
/third_party/node/deps/openssl/openssl/apps/ |
D | errstr.c | 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|
D | prime.c | 23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
|
D | rand.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
|
D | gendsa.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
|
D | kdf.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
|
D | ciphers.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
|
D | dsaparam.c | 38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
|
D | genrsa.c | 45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
|
D | mac.c | 31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
|
/third_party/openssl/apps/ |
D | errstr.c | 24 {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
|
D | prime.c | 23 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
|
D | rand.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] num\n"},
|
D | gendsa.c | 32 {OPT_HELP_STR, 1, '-', "Usage: %s [options] dsaparam-file\n"},
|
D | kdf.c | 28 {OPT_HELP_STR, 1, '-', "Usage: %s [options] kdf_name\n"},
|
D | mac.c | 31 {OPT_HELP_STR, 1, '-', "Usage: %s [options] mac_name\n"},
|
D | dsaparam.c | 38 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [numbits]\n"},
|
D | genrsa.c | 45 {OPT_HELP_STR, 1, '-', "Usage: %s [options] numbits\n"},
|
D | ciphers.c | 35 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [cipher]\n"},
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
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()
|
/third_party/openssl/apps/lib/ |
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()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
D | opt.h | 303 extern const char OPT_HELP_STR[];
|
/third_party/openssl/apps/include/ |
D | opt.h | 303 extern const char OPT_HELP_STR[];
|