xref: /netbsd-src/crypto/external/bsd/openssl/include/progs.h (revision d59d6574922e3dfabf08c9ea34e6d9e7dbdfab45)
1b8b3c5f2Schristos /*
2b8b3c5f2Schristos  * WARNING: do not edit!
3b8b3c5f2Schristos  * Generated by apps/progs.pl
4b8b3c5f2Schristos  *
5*d59d6574Schristos  * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6b8b3c5f2Schristos  *
7*d59d6574Schristos  * Licensed under the Apache License 2.0 (the "License").  You may not use
8b8b3c5f2Schristos  * this file except in compliance with the License.  You can obtain a copy
9b8b3c5f2Schristos  * in the file LICENSE in the source distribution or at
10b8b3c5f2Schristos  * https://www.openssl.org/source/license.html
11b8b3c5f2Schristos  */
12b8b3c5f2Schristos 
13*d59d6574Schristos #include "function.h"
14b8b3c5f2Schristos 
15b8b3c5f2Schristos extern int asn1parse_main(int argc, char *argv[]);
16b8b3c5f2Schristos extern int ca_main(int argc, char *argv[]);
17b8b3c5f2Schristos extern int ciphers_main(int argc, char *argv[]);
18*d59d6574Schristos extern int cmp_main(int argc, char *argv[]);
19b8b3c5f2Schristos extern int cms_main(int argc, char *argv[]);
20b8b3c5f2Schristos extern int crl_main(int argc, char *argv[]);
21b8b3c5f2Schristos extern int crl2pkcs7_main(int argc, char *argv[]);
22b8b3c5f2Schristos extern int dgst_main(int argc, char *argv[]);
23b8b3c5f2Schristos extern int dhparam_main(int argc, char *argv[]);
24b8b3c5f2Schristos extern int dsa_main(int argc, char *argv[]);
25b8b3c5f2Schristos extern int dsaparam_main(int argc, char *argv[]);
26b8b3c5f2Schristos extern int ec_main(int argc, char *argv[]);
27b8b3c5f2Schristos extern int ecparam_main(int argc, char *argv[]);
28b8b3c5f2Schristos extern int enc_main(int argc, char *argv[]);
29b8b3c5f2Schristos extern int engine_main(int argc, char *argv[]);
30b8b3c5f2Schristos extern int errstr_main(int argc, char *argv[]);
31*d59d6574Schristos extern int fipsinstall_main(int argc, char *argv[]);
32b8b3c5f2Schristos extern int gendsa_main(int argc, char *argv[]);
33b8b3c5f2Schristos extern int genpkey_main(int argc, char *argv[]);
34b8b3c5f2Schristos extern int genrsa_main(int argc, char *argv[]);
35b8b3c5f2Schristos extern int help_main(int argc, char *argv[]);
36*d59d6574Schristos extern int info_main(int argc, char *argv[]);
37*d59d6574Schristos extern int kdf_main(int argc, char *argv[]);
38b8b3c5f2Schristos extern int list_main(int argc, char *argv[]);
39*d59d6574Schristos extern int mac_main(int argc, char *argv[]);
40b8b3c5f2Schristos extern int nseq_main(int argc, char *argv[]);
41b8b3c5f2Schristos extern int ocsp_main(int argc, char *argv[]);
42b8b3c5f2Schristos extern int passwd_main(int argc, char *argv[]);
43b8b3c5f2Schristos extern int pkcs12_main(int argc, char *argv[]);
44b8b3c5f2Schristos extern int pkcs7_main(int argc, char *argv[]);
45b8b3c5f2Schristos extern int pkcs8_main(int argc, char *argv[]);
46b8b3c5f2Schristos extern int pkey_main(int argc, char *argv[]);
47b8b3c5f2Schristos extern int pkeyparam_main(int argc, char *argv[]);
48b8b3c5f2Schristos extern int pkeyutl_main(int argc, char *argv[]);
49b8b3c5f2Schristos extern int prime_main(int argc, char *argv[]);
50b8b3c5f2Schristos extern int rand_main(int argc, char *argv[]);
51b8b3c5f2Schristos extern int rehash_main(int argc, char *argv[]);
52b8b3c5f2Schristos extern int req_main(int argc, char *argv[]);
53b8b3c5f2Schristos extern int rsa_main(int argc, char *argv[]);
54b8b3c5f2Schristos extern int rsautl_main(int argc, char *argv[]);
55b8b3c5f2Schristos extern int s_client_main(int argc, char *argv[]);
56b8b3c5f2Schristos extern int s_server_main(int argc, char *argv[]);
57b8b3c5f2Schristos extern int s_time_main(int argc, char *argv[]);
58b8b3c5f2Schristos extern int sess_id_main(int argc, char *argv[]);
59b8b3c5f2Schristos extern int smime_main(int argc, char *argv[]);
60b8b3c5f2Schristos extern int speed_main(int argc, char *argv[]);
61b8b3c5f2Schristos extern int spkac_main(int argc, char *argv[]);
62b8b3c5f2Schristos extern int srp_main(int argc, char *argv[]);
63e0ea3921Schristos extern int storeutl_main(int argc, char *argv[]);
64b8b3c5f2Schristos extern int ts_main(int argc, char *argv[]);
65b8b3c5f2Schristos extern int verify_main(int argc, char *argv[]);
66b8b3c5f2Schristos extern int version_main(int argc, char *argv[]);
67b8b3c5f2Schristos extern int x509_main(int argc, char *argv[]);
68b8b3c5f2Schristos 
69e0ea3921Schristos extern const OPTIONS asn1parse_options[];
70e0ea3921Schristos extern const OPTIONS ca_options[];
71e0ea3921Schristos extern const OPTIONS ciphers_options[];
72*d59d6574Schristos extern const OPTIONS cmp_options[];
73e0ea3921Schristos extern const OPTIONS cms_options[];
74e0ea3921Schristos extern const OPTIONS crl_options[];
75e0ea3921Schristos extern const OPTIONS crl2pkcs7_options[];
76e0ea3921Schristos extern const OPTIONS dgst_options[];
77e0ea3921Schristos extern const OPTIONS dhparam_options[];
78e0ea3921Schristos extern const OPTIONS dsa_options[];
79e0ea3921Schristos extern const OPTIONS dsaparam_options[];
80e0ea3921Schristos extern const OPTIONS ec_options[];
81e0ea3921Schristos extern const OPTIONS ecparam_options[];
82e0ea3921Schristos extern const OPTIONS enc_options[];
83e0ea3921Schristos extern const OPTIONS engine_options[];
84e0ea3921Schristos extern const OPTIONS errstr_options[];
85*d59d6574Schristos extern const OPTIONS fipsinstall_options[];
86e0ea3921Schristos extern const OPTIONS gendsa_options[];
87e0ea3921Schristos extern const OPTIONS genpkey_options[];
88e0ea3921Schristos extern const OPTIONS genrsa_options[];
89e0ea3921Schristos extern const OPTIONS help_options[];
90*d59d6574Schristos extern const OPTIONS info_options[];
91*d59d6574Schristos extern const OPTIONS kdf_options[];
92e0ea3921Schristos extern const OPTIONS list_options[];
93*d59d6574Schristos extern const OPTIONS mac_options[];
94e0ea3921Schristos extern const OPTIONS nseq_options[];
95e0ea3921Schristos extern const OPTIONS ocsp_options[];
96e0ea3921Schristos extern const OPTIONS passwd_options[];
97e0ea3921Schristos extern const OPTIONS pkcs12_options[];
98e0ea3921Schristos extern const OPTIONS pkcs7_options[];
99e0ea3921Schristos extern const OPTIONS pkcs8_options[];
100e0ea3921Schristos extern const OPTIONS pkey_options[];
101e0ea3921Schristos extern const OPTIONS pkeyparam_options[];
102e0ea3921Schristos extern const OPTIONS pkeyutl_options[];
103e0ea3921Schristos extern const OPTIONS prime_options[];
104e0ea3921Schristos extern const OPTIONS rand_options[];
105e0ea3921Schristos extern const OPTIONS rehash_options[];
106e0ea3921Schristos extern const OPTIONS req_options[];
107e0ea3921Schristos extern const OPTIONS rsa_options[];
108e0ea3921Schristos extern const OPTIONS rsautl_options[];
109e0ea3921Schristos extern const OPTIONS s_client_options[];
110e0ea3921Schristos extern const OPTIONS s_server_options[];
111e0ea3921Schristos extern const OPTIONS s_time_options[];
112e0ea3921Schristos extern const OPTIONS sess_id_options[];
113e0ea3921Schristos extern const OPTIONS smime_options[];
114e0ea3921Schristos extern const OPTIONS speed_options[];
115e0ea3921Schristos extern const OPTIONS spkac_options[];
116e0ea3921Schristos extern const OPTIONS srp_options[];
117e0ea3921Schristos extern const OPTIONS storeutl_options[];
118e0ea3921Schristos extern const OPTIONS ts_options[];
119e0ea3921Schristos extern const OPTIONS verify_options[];
120e0ea3921Schristos extern const OPTIONS version_options[];
121e0ea3921Schristos extern const OPTIONS x509_options[];
122b8b3c5f2Schristos 
123*d59d6574Schristos extern FUNCTION functions[];
124