Home
last modified time | relevance | path

Searched refs:OPT_MORE_STR (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c390 { OPT_MORE_STR, 0, 0,
396 { OPT_MORE_STR, 0, 0,
413 { OPT_MORE_STR, 0, 0,
415 { OPT_MORE_STR, 0, 0,
421 { OPT_MORE_STR, 0, 0,
435 { OPT_MORE_STR, 0, 0,
445 { OPT_MORE_STR, 0, 0,
456 { OPT_MORE_STR, 0, 0,
458 { OPT_MORE_STR, 0, 0,
462 { OPT_MORE_STR, 0, 0,
[all …]
H A Dasn1parse.c54 { OPT_MORE_STR, 0, 0, "into multiple ASN1 blob wrappings" },
60 { OPT_MORE_STR, 0, 0, "(-inform will be ignored)" },
H A Denc.c124 { OPT_MORE_STR, 0, 0, "Default: " STR(PBKDF2_ITER_DEFAULT) },
127 { OPT_MORE_STR, 0, 0,
131 { OPT_MORE_STR, 0, 0, "Default: 16" },
H A Dkdf.c41 { OPT_MORE_STR, 1, '-', "See 'Supported Controls' in the EVP_KDF_ docs\n" },
H A Dmac.c42 { OPT_MORE_STR, 1, '-', "See 'PARAMETER NAMES' in the EVP_MAC_ docs" },
H A Dpkcs8.c76 { OPT_MORE_STR, 0, 0, "Default: 8 (For PBE1) or 16 (for PBE2)" },
H A Dengine.c54 { OPT_MORE_STR, OPT_EOF, 1,
H A Dsmime.c136 { OPT_MORE_STR, 0, 0,
H A Dfipsinstall.c160 { OPT_MORE_STR, 0, 0, "See 'PARAMETER NAMES' in the EVP_MAC_ docs" },
H A Dpkcs12.c161 { OPT_MORE_STR, 0, 0,
H A Docsp.c208 { OPT_MORE_STR, 0, 0,
H A Dx509.c186 { OPT_MORE_STR, 1, 1, "Exit 1 (failure) if so, 0 if not" },
H A Dcms.c241 { OPT_MORE_STR, 0, 0,
H A Dreq.c166 { OPT_MORE_STR, 1, 1, "(Required by some CA's)" },
H A Dlist.c1158 || o->name == OPT_MORE_STR in list_options_for_command()
H A Ds_server.c987 { OPT_MORE_STR, 0, 0,
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c33 const char OPT_MORE_STR[] = "-M"; variable
180 || o->name == OPT_MORE_STR in opt_init()
1170 if (o->name == OPT_MORE_STR) { in opt_print()
1214 if (o->name == OPT_MORE_STR) in opt_help()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h333 extern const char OPT_MORE_STR[];
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod152 on multiple lines; each entry should use B<OPT_MORE_STR>, like this:
155 {OPT_MORE_STR, 0, 0,
157 {OPT_MORE_STR, 0, 0,