Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 – 25 of 147) sorted by relevance

123456

/openssl/test/testutil/
H A Dtest_options.c14 const OPTIONS *test_get_options(void) in test_get_options()
16 static const OPTIONS default_options[] = { in test_get_options()
/openssl/test/
H A Decstresstest.c112 const OPTIONS *test_get_options(void) in test_get_options()
114 static const OPTIONS test_options[] = { in test_get_options()
H A Dbio_readbuffer_test.c105 const OPTIONS *test_get_options(void) in test_get_options()
107 static const OPTIONS test_options[] = { in test_get_options()
H A Dx509_check_cert_pkey_test.c138 const OPTIONS *test_get_options(void) in test_get_options()
141 static const OPTIONS test_options[] = { in test_get_options()
H A Dpkcs12_api_test.c109 const OPTIONS *test_get_options(void) in test_get_options()
111 static const OPTIONS options[] = { in test_get_options()
H A Dconf_include_test.c184 const OPTIONS *test_get_options(void) in test_get_options()
186 static const OPTIONS test_options[] = { in test_get_options()
H A Dossl_store_test.c183 const OPTIONS *test_get_options(void) in test_get_options()
185 static const OPTIONS test_options[] = { in test_get_options()
H A Dprovider_test.c230 const OPTIONS *test_get_options(void) in test_get_options()
232 static const OPTIONS test_options[] = { in test_get_options()
H A Dbioprinttest.c263 const OPTIONS *test_get_options(void) in test_get_options()
265 static const OPTIONS options[] = { in test_get_options()
H A Dprovider_status_test.c35 const OPTIONS *test_get_options(void) in test_get_options()
37 static const OPTIONS test_options[] = { in test_get_options()
H A Dcurve448_internal_test.c698 const OPTIONS *test_get_options(void) in test_get_options()
700 static const OPTIONS test_options[] = { in test_get_options()
H A Dbftest.c445 const OPTIONS *test_get_options(void) in test_get_options()
447 static const OPTIONS test_options[] = { in test_get_options()
H A Dalgorithmid_test.c263 const OPTIONS *test_get_options(void) in test_get_options()
265 static const OPTIONS test_options[] = { in test_get_options()
H A Devp_fetch_prov_test.c41 const OPTIONS *test_get_options(void) in test_get_options()
43 static const OPTIONS test_options[] = { in test_get_options()
/openssl/apps/lib/
H A Dopt.c45 static const OPTIONS *unknown;
46 static const OPTIONS *opts;
162 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init()
176 const OPTIONS *next; in opt_init()
866 const OPTIONS *o; in opt_next()
1068 static const char *valtype2param(const OPTIONS *o) in valtype2param()
1108 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print()
1168 void opt_help(const OPTIONS *list) in opt_help()
1170 const OPTIONS *o; in opt_help()
/openssl/apps/include/
H A Dopt.h323 } OPTIONS; typedef
361 char *opt_init(int ac, char **av, const OPTIONS * o);
365 void opt_help(const OPTIONS * list);
H A Dfunction.h27 const OPTIONS *help;
/openssl/apps/
H A Derrstr.c23 const OPTIONS errstr_options[] = {
H A Dinfo.c20 const OPTIONS info_options[] = {
H A Dnseq.c23 const OPTIONS nseq_options[] = {
H A Dversion.c24 const OPTIONS version_options[] = {
H A Drand.c27 const OPTIONS rand_options[] = {
H A Dpkeyparam.c26 const OPTIONS pkeyparam_options[] = {
/openssl/doc/man1/
H A Dopenssl-errstr.pod.in21 =head1 OPTIONS chapter
/openssl/doc/internal/man3/
H A DOPTIONS.pod5 OPTIONS, OPT_PAIR, OPT_COMMON, OPT_ERR, OPT_EOF, OPT_HELP,
18 typedef struct { ... } OPTIONS;
25 char *opt_init(int argc, char **argv, const OPTIONS *o);
29 void opt_help(const OPTIONS *list);
94 The B<OPTIONS> C<typedef> specifies an option: what type of argument
139 static OPTIONS my_options[] = {

Completed in 44 milliseconds

123456