1 1.1 christos /* 2 1.1 christos * WARNING: do not edit! 3 1.1 christos * Generated by apps/progs.pl 4 1.1 christos * 5 1.1 christos * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 6 1.1 christos * 7 1.1 christos * Licensed under the Apache License 2.0 (the "License"). You may not use 8 1.1 christos * this file except in compliance with the License. You can obtain a copy 9 1.1 christos * in the file LICENSE in the source distribution or at 10 1.1 christos * https://www.openssl.org/source/license.html 11 1.1 christos */ 12 1.1 christos 13 1.1 christos #include "progs.h" 14 1.1 christos 15 1.1 christos FUNCTION functions[] = { 16 1.1 christos {FT_general, "asn1parse", asn1parse_main, asn1parse_options, NULL, NULL}, 17 1.1 christos {FT_general, "ca", ca_main, ca_options, NULL, NULL}, 18 1.1 christos #ifndef OPENSSL_NO_SOCK 19 1.1 christos {FT_general, "ciphers", ciphers_main, ciphers_options, NULL, NULL}, 20 1.1 christos #endif 21 1.1 christos #ifndef OPENSSL_NO_CMP 22 1.1 christos {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL}, 23 1.1 christos #endif 24 1.1 christos #ifndef OPENSSL_NO_CMS 25 1.1 christos {FT_general, "cms", cms_main, cms_options, NULL, NULL}, 26 1.1 christos #endif 27 1.1 christos {FT_general, "crl", crl_main, crl_options, NULL, NULL}, 28 1.1 christos {FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options, NULL, NULL}, 29 1.1 christos {FT_general, "dgst", dgst_main, dgst_options, NULL, NULL}, 30 1.1 christos #ifndef OPENSSL_NO_DH 31 1.1 christos {FT_general, "dhparam", dhparam_main, dhparam_options, NULL, NULL}, 32 1.1 christos #endif 33 1.1 christos #ifndef OPENSSL_NO_DSA 34 1.1 christos {FT_general, "dsa", dsa_main, dsa_options, NULL, NULL}, 35 1.1 christos #endif 36 1.1 christos #ifndef OPENSSL_NO_DSA 37 1.1 christos {FT_general, "dsaparam", dsaparam_main, dsaparam_options, NULL, NULL}, 38 1.1 christos #endif 39 1.1 christos #ifndef OPENSSL_NO_EC 40 1.1 christos {FT_general, "ec", ec_main, ec_options, NULL, NULL}, 41 1.1 christos #endif 42 1.1 christos #ifndef OPENSSL_NO_EC 43 1.1 christos {FT_general, "ecparam", ecparam_main, ecparam_options, NULL, NULL}, 44 1.1 christos #endif 45 1.1 christos {FT_general, "enc", enc_main, enc_options, NULL, NULL}, 46 1.1 christos #ifndef OPENSSL_NO_ENGINE 47 1.1 christos {FT_general, "engine", engine_main, engine_options, NULL, NULL}, 48 1.1 christos #endif 49 1.1 christos {FT_general, "errstr", errstr_main, errstr_options, NULL, NULL}, 50 1.1 christos {FT_general, "fipsinstall", fipsinstall_main, fipsinstall_options, NULL, NULL}, 51 1.1 christos #ifndef OPENSSL_NO_DSA 52 1.1 christos {FT_general, "gendsa", gendsa_main, gendsa_options, NULL, NULL}, 53 1.1 christos #endif 54 1.1 christos {FT_general, "genpkey", genpkey_main, genpkey_options, NULL, NULL}, 55 1.1 christos #ifndef OPENSSL_NO_RSA 56 1.1 christos {FT_general, "genrsa", genrsa_main, genrsa_options, NULL, NULL}, 57 1.1 christos #endif 58 1.1 christos {FT_general, "help", help_main, help_options, NULL, NULL}, 59 1.1 christos {FT_general, "info", info_main, info_options, NULL, NULL}, 60 1.1 christos {FT_general, "kdf", kdf_main, kdf_options, NULL, NULL}, 61 1.1 christos {FT_general, "list", list_main, list_options, NULL, NULL}, 62 1.1 christos {FT_general, "mac", mac_main, mac_options, NULL, NULL}, 63 1.1 christos {FT_general, "nseq", nseq_main, nseq_options, NULL, NULL}, 64 1.1 christos #ifndef OPENSSL_NO_OCSP 65 1.1 christos {FT_general, "ocsp", ocsp_main, ocsp_options, NULL, NULL}, 66 1.1 christos #endif 67 1.1 christos {FT_general, "passwd", passwd_main, passwd_options, NULL, NULL}, 68 1.1 christos {FT_general, "pkcs12", pkcs12_main, pkcs12_options, NULL, NULL}, 69 1.1 christos {FT_general, "pkcs7", pkcs7_main, pkcs7_options, NULL, NULL}, 70 1.1 christos {FT_general, "pkcs8", pkcs8_main, pkcs8_options, NULL, NULL}, 71 1.1 christos {FT_general, "pkey", pkey_main, pkey_options, NULL, NULL}, 72 1.1 christos {FT_general, "pkeyparam", pkeyparam_main, pkeyparam_options, NULL, NULL}, 73 1.1 christos {FT_general, "pkeyutl", pkeyutl_main, pkeyutl_options, NULL, NULL}, 74 1.1 christos {FT_general, "prime", prime_main, prime_options, NULL, NULL}, 75 1.1 christos {FT_general, "rand", rand_main, rand_options, NULL, NULL}, 76 1.1 christos {FT_general, "rehash", rehash_main, rehash_options, NULL, NULL}, 77 1.1 christos {FT_general, "req", req_main, req_options, NULL, NULL}, 78 1.1 christos {FT_general, "rsa", rsa_main, rsa_options, NULL, NULL}, 79 1.1 christos #if !defined(OPENSSL_NO_DEPRECATED_3_0) && !defined(OPENSSL_NO_RSA) 80 1.1 christos {FT_general, "rsautl", rsautl_main, rsautl_options, "pkeyutl", "3.0"}, 81 1.1 christos #endif 82 1.1 christos #ifndef OPENSSL_NO_SOCK 83 1.1 christos {FT_general, "s_client", s_client_main, s_client_options, NULL, NULL}, 84 1.1 christos #endif 85 1.1 christos #ifndef OPENSSL_NO_SOCK 86 1.1 christos {FT_general, "s_server", s_server_main, s_server_options, NULL, NULL}, 87 1.1 christos #endif 88 1.1 christos #ifndef OPENSSL_NO_SOCK 89 1.1 christos {FT_general, "s_time", s_time_main, s_time_options, NULL, NULL}, 90 1.1 christos #endif 91 1.1 christos {FT_general, "sess_id", sess_id_main, sess_id_options, NULL, NULL}, 92 1.1 christos {FT_general, "smime", smime_main, smime_options, NULL, NULL}, 93 1.1 christos {FT_general, "speed", speed_main, speed_options, NULL, NULL}, 94 1.1 christos {FT_general, "spkac", spkac_main, spkac_options, NULL, NULL}, 95 1.1 christos #ifndef OPENSSL_NO_SRP 96 1.1 christos {FT_general, "srp", srp_main, srp_options, NULL, NULL}, 97 1.1 christos #endif 98 1.1 christos {FT_general, "storeutl", storeutl_main, storeutl_options, NULL, NULL}, 99 1.1 christos #ifndef OPENSSL_NO_TS 100 1.1 christos {FT_general, "ts", ts_main, ts_options, NULL, NULL}, 101 1.1 christos #endif 102 1.1 christos {FT_general, "verify", verify_main, verify_options, NULL, NULL}, 103 1.1 christos {FT_general, "version", version_main, version_options, NULL, NULL}, 104 1.1 christos {FT_general, "x509", x509_main, x509_options, NULL, NULL}, 105 1.1 christos #ifndef OPENSSL_NO_MD2 106 1.1 christos {FT_md, "md2", dgst_main, NULL, NULL}, 107 1.1 christos #endif 108 1.1 christos #ifndef OPENSSL_NO_MD4 109 1.1 christos {FT_md, "md4", dgst_main, NULL, NULL}, 110 1.1 christos #endif 111 1.1 christos {FT_md, "md5", dgst_main, NULL, NULL}, 112 1.1 christos {FT_md, "sha1", dgst_main, NULL, NULL}, 113 1.1 christos {FT_md, "sha224", dgst_main, NULL, NULL}, 114 1.1 christos {FT_md, "sha256", dgst_main, NULL, NULL}, 115 1.1 christos {FT_md, "sha384", dgst_main, NULL, NULL}, 116 1.1 christos {FT_md, "sha512", dgst_main, NULL, NULL}, 117 1.1 christos {FT_md, "sha512-224", dgst_main, NULL, NULL}, 118 1.1 christos {FT_md, "sha512-256", dgst_main, NULL, NULL}, 119 1.1 christos {FT_md, "sha3-224", dgst_main, NULL, NULL}, 120 1.1 christos {FT_md, "sha3-256", dgst_main, NULL, NULL}, 121 1.1 christos {FT_md, "sha3-384", dgst_main, NULL, NULL}, 122 1.1 christos {FT_md, "sha3-512", dgst_main, NULL, NULL}, 123 1.1 christos {FT_md, "shake128", dgst_main, NULL, NULL}, 124 1.1 christos {FT_md, "shake256", dgst_main, NULL, NULL}, 125 1.1 christos #ifndef OPENSSL_NO_MDC2 126 1.1 christos {FT_md, "mdc2", dgst_main, NULL, NULL}, 127 1.1 christos #endif 128 1.1 christos #ifndef OPENSSL_NO_RMD160 129 1.1 christos {FT_md, "rmd160", dgst_main, NULL, NULL}, 130 1.1 christos #endif 131 1.1 christos #ifndef OPENSSL_NO_BLAKE2 132 1.1 christos {FT_md, "blake2b512", dgst_main, NULL, NULL}, 133 1.1 christos #endif 134 1.1 christos #ifndef OPENSSL_NO_BLAKE2 135 1.1 christos {FT_md, "blake2s256", dgst_main, NULL, NULL}, 136 1.1 christos #endif 137 1.1 christos #ifndef OPENSSL_NO_SM3 138 1.1 christos {FT_md, "sm3", dgst_main, NULL, NULL}, 139 1.1 christos #endif 140 1.1 christos {FT_cipher, "aes-128-cbc", enc_main, enc_options, NULL}, 141 1.1 christos {FT_cipher, "aes-128-ecb", enc_main, enc_options, NULL}, 142 1.1 christos {FT_cipher, "aes-192-cbc", enc_main, enc_options, NULL}, 143 1.1 christos {FT_cipher, "aes-192-ecb", enc_main, enc_options, NULL}, 144 1.1 christos {FT_cipher, "aes-256-cbc", enc_main, enc_options, NULL}, 145 1.1 christos {FT_cipher, "aes-256-ecb", enc_main, enc_options, NULL}, 146 1.1 christos #ifndef OPENSSL_NO_ARIA 147 1.1 christos {FT_cipher, "aria-128-cbc", enc_main, enc_options, NULL}, 148 1.1 christos #endif 149 1.1 christos #ifndef OPENSSL_NO_ARIA 150 1.1 christos {FT_cipher, "aria-128-cfb", enc_main, enc_options, NULL}, 151 1.1 christos #endif 152 1.1 christos #ifndef OPENSSL_NO_ARIA 153 1.1 christos {FT_cipher, "aria-128-ctr", enc_main, enc_options, NULL}, 154 1.1 christos #endif 155 1.1 christos #ifndef OPENSSL_NO_ARIA 156 1.1 christos {FT_cipher, "aria-128-ecb", enc_main, enc_options, NULL}, 157 1.1 christos #endif 158 1.1 christos #ifndef OPENSSL_NO_ARIA 159 1.1 christos {FT_cipher, "aria-128-ofb", enc_main, enc_options, NULL}, 160 1.1 christos #endif 161 1.1 christos #ifndef OPENSSL_NO_ARIA 162 1.1 christos {FT_cipher, "aria-128-cfb1", enc_main, enc_options, NULL}, 163 1.1 christos #endif 164 1.1 christos #ifndef OPENSSL_NO_ARIA 165 1.1 christos {FT_cipher, "aria-128-cfb8", enc_main, enc_options, NULL}, 166 1.1 christos #endif 167 1.1 christos #ifndef OPENSSL_NO_ARIA 168 1.1 christos {FT_cipher, "aria-192-cbc", enc_main, enc_options, NULL}, 169 1.1 christos #endif 170 1.1 christos #ifndef OPENSSL_NO_ARIA 171 1.1 christos {FT_cipher, "aria-192-cfb", enc_main, enc_options, NULL}, 172 1.1 christos #endif 173 1.1 christos #ifndef OPENSSL_NO_ARIA 174 1.1 christos {FT_cipher, "aria-192-ctr", enc_main, enc_options, NULL}, 175 1.1 christos #endif 176 1.1 christos #ifndef OPENSSL_NO_ARIA 177 1.1 christos {FT_cipher, "aria-192-ecb", enc_main, enc_options, NULL}, 178 1.1 christos #endif 179 1.1 christos #ifndef OPENSSL_NO_ARIA 180 1.1 christos {FT_cipher, "aria-192-ofb", enc_main, enc_options, NULL}, 181 1.1 christos #endif 182 1.1 christos #ifndef OPENSSL_NO_ARIA 183 1.1 christos {FT_cipher, "aria-192-cfb1", enc_main, enc_options, NULL}, 184 1.1 christos #endif 185 1.1 christos #ifndef OPENSSL_NO_ARIA 186 1.1 christos {FT_cipher, "aria-192-cfb8", enc_main, enc_options, NULL}, 187 1.1 christos #endif 188 1.1 christos #ifndef OPENSSL_NO_ARIA 189 1.1 christos {FT_cipher, "aria-256-cbc", enc_main, enc_options, NULL}, 190 1.1 christos #endif 191 1.1 christos #ifndef OPENSSL_NO_ARIA 192 1.1 christos {FT_cipher, "aria-256-cfb", enc_main, enc_options, NULL}, 193 1.1 christos #endif 194 1.1 christos #ifndef OPENSSL_NO_ARIA 195 1.1 christos {FT_cipher, "aria-256-ctr", enc_main, enc_options, NULL}, 196 1.1 christos #endif 197 1.1 christos #ifndef OPENSSL_NO_ARIA 198 1.1 christos {FT_cipher, "aria-256-ecb", enc_main, enc_options, NULL}, 199 1.1 christos #endif 200 1.1 christos #ifndef OPENSSL_NO_ARIA 201 1.1 christos {FT_cipher, "aria-256-ofb", enc_main, enc_options, NULL}, 202 1.1 christos #endif 203 1.1 christos #ifndef OPENSSL_NO_ARIA 204 1.1 christos {FT_cipher, "aria-256-cfb1", enc_main, enc_options, NULL}, 205 1.1 christos #endif 206 1.1 christos #ifndef OPENSSL_NO_ARIA 207 1.1 christos {FT_cipher, "aria-256-cfb8", enc_main, enc_options, NULL}, 208 1.1 christos #endif 209 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 210 1.1 christos {FT_cipher, "camellia-128-cbc", enc_main, enc_options, NULL}, 211 1.1 christos #endif 212 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 213 1.1 christos {FT_cipher, "camellia-128-ecb", enc_main, enc_options, NULL}, 214 1.1 christos #endif 215 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 216 1.1 christos {FT_cipher, "camellia-192-cbc", enc_main, enc_options, NULL}, 217 1.1 christos #endif 218 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 219 1.1 christos {FT_cipher, "camellia-192-ecb", enc_main, enc_options, NULL}, 220 1.1 christos #endif 221 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 222 1.1 christos {FT_cipher, "camellia-256-cbc", enc_main, enc_options, NULL}, 223 1.1 christos #endif 224 1.1 christos #ifndef OPENSSL_NO_CAMELLIA 225 1.1 christos {FT_cipher, "camellia-256-ecb", enc_main, enc_options, NULL}, 226 1.1 christos #endif 227 1.1 christos {FT_cipher, "base64", enc_main, enc_options, NULL}, 228 1.1 christos #ifdef ZLIB 229 1.1 christos {FT_cipher, "zlib", enc_main, enc_options, NULL}, 230 1.1 christos #endif 231 1.1 christos #ifndef OPENSSL_NO_DES 232 1.1 christos {FT_cipher, "des", enc_main, enc_options, NULL}, 233 1.1 christos #endif 234 1.1 christos #ifndef OPENSSL_NO_DES 235 1.1 christos {FT_cipher, "des3", enc_main, enc_options, NULL}, 236 1.1 christos #endif 237 1.1 christos #ifndef OPENSSL_NO_DES 238 1.1 christos {FT_cipher, "desx", enc_main, enc_options, NULL}, 239 1.1 christos #endif 240 1.1 christos #ifndef OPENSSL_NO_IDEA 241 1.1 christos {FT_cipher, "idea", enc_main, enc_options, NULL}, 242 1.1 christos #endif 243 1.1 christos #ifndef OPENSSL_NO_SEED 244 1.1 christos {FT_cipher, "seed", enc_main, enc_options, NULL}, 245 1.1 christos #endif 246 1.1 christos #ifndef OPENSSL_NO_RC4 247 1.1 christos {FT_cipher, "rc4", enc_main, enc_options, NULL}, 248 1.1 christos #endif 249 1.1 christos #ifndef OPENSSL_NO_RC4 250 1.1 christos {FT_cipher, "rc4-40", enc_main, enc_options, NULL}, 251 1.1 christos #endif 252 1.1 christos #ifndef OPENSSL_NO_RC2 253 1.1 christos {FT_cipher, "rc2", enc_main, enc_options, NULL}, 254 1.1 christos #endif 255 1.1 christos #ifndef OPENSSL_NO_BF 256 1.1 christos {FT_cipher, "bf", enc_main, enc_options, NULL}, 257 1.1 christos #endif 258 1.1 christos #ifndef OPENSSL_NO_CAST 259 1.1 christos {FT_cipher, "cast", enc_main, enc_options, NULL}, 260 1.1 christos #endif 261 1.1 christos #ifndef OPENSSL_NO_RC5 262 1.1 christos {FT_cipher, "rc5", enc_main, enc_options, NULL}, 263 1.1 christos #endif 264 1.1 christos #ifndef OPENSSL_NO_DES 265 1.1 christos {FT_cipher, "des-ecb", enc_main, enc_options, NULL}, 266 1.1 christos #endif 267 1.1 christos #ifndef OPENSSL_NO_DES 268 1.1 christos {FT_cipher, "des-ede", enc_main, enc_options, NULL}, 269 1.1 christos #endif 270 1.1 christos #ifndef OPENSSL_NO_DES 271 1.1 christos {FT_cipher, "des-ede3", enc_main, enc_options, NULL}, 272 1.1 christos #endif 273 1.1 christos #ifndef OPENSSL_NO_DES 274 1.1 christos {FT_cipher, "des-cbc", enc_main, enc_options, NULL}, 275 1.1 christos #endif 276 1.1 christos #ifndef OPENSSL_NO_DES 277 1.1 christos {FT_cipher, "des-ede-cbc", enc_main, enc_options, NULL}, 278 1.1 christos #endif 279 1.1 christos #ifndef OPENSSL_NO_DES 280 1.1 christos {FT_cipher, "des-ede3-cbc", enc_main, enc_options, NULL}, 281 1.1 christos #endif 282 1.1 christos #ifndef OPENSSL_NO_DES 283 1.1 christos {FT_cipher, "des-cfb", enc_main, enc_options, NULL}, 284 1.1 christos #endif 285 1.1 christos #ifndef OPENSSL_NO_DES 286 1.1 christos {FT_cipher, "des-ede-cfb", enc_main, enc_options, NULL}, 287 1.1 christos #endif 288 1.1 christos #ifndef OPENSSL_NO_DES 289 1.1 christos {FT_cipher, "des-ede3-cfb", enc_main, enc_options, NULL}, 290 1.1 christos #endif 291 1.1 christos #ifndef OPENSSL_NO_DES 292 1.1 christos {FT_cipher, "des-ofb", enc_main, enc_options, NULL}, 293 1.1 christos #endif 294 1.1 christos #ifndef OPENSSL_NO_DES 295 1.1 christos {FT_cipher, "des-ede-ofb", enc_main, enc_options, NULL}, 296 1.1 christos #endif 297 1.1 christos #ifndef OPENSSL_NO_DES 298 1.1 christos {FT_cipher, "des-ede3-ofb", enc_main, enc_options, NULL}, 299 1.1 christos #endif 300 1.1 christos #ifndef OPENSSL_NO_IDEA 301 1.1 christos {FT_cipher, "idea-cbc", enc_main, enc_options, NULL}, 302 1.1 christos #endif 303 1.1 christos #ifndef OPENSSL_NO_IDEA 304 1.1 christos {FT_cipher, "idea-ecb", enc_main, enc_options, NULL}, 305 1.1 christos #endif 306 1.1 christos #ifndef OPENSSL_NO_IDEA 307 1.1 christos {FT_cipher, "idea-cfb", enc_main, enc_options, NULL}, 308 1.1 christos #endif 309 1.1 christos #ifndef OPENSSL_NO_IDEA 310 1.1 christos {FT_cipher, "idea-ofb", enc_main, enc_options, NULL}, 311 1.1 christos #endif 312 1.1 christos #ifndef OPENSSL_NO_SEED 313 1.1 christos {FT_cipher, "seed-cbc", enc_main, enc_options, NULL}, 314 1.1 christos #endif 315 1.1 christos #ifndef OPENSSL_NO_SEED 316 1.1 christos {FT_cipher, "seed-ecb", enc_main, enc_options, NULL}, 317 1.1 christos #endif 318 1.1 christos #ifndef OPENSSL_NO_SEED 319 1.1 christos {FT_cipher, "seed-cfb", enc_main, enc_options, NULL}, 320 1.1 christos #endif 321 1.1 christos #ifndef OPENSSL_NO_SEED 322 1.1 christos {FT_cipher, "seed-ofb", enc_main, enc_options, NULL}, 323 1.1 christos #endif 324 1.1 christos #ifndef OPENSSL_NO_RC2 325 1.1 christos {FT_cipher, "rc2-cbc", enc_main, enc_options, NULL}, 326 1.1 christos #endif 327 1.1 christos #ifndef OPENSSL_NO_RC2 328 1.1 christos {FT_cipher, "rc2-ecb", enc_main, enc_options, NULL}, 329 1.1 christos #endif 330 1.1 christos #ifndef OPENSSL_NO_RC2 331 1.1 christos {FT_cipher, "rc2-cfb", enc_main, enc_options, NULL}, 332 1.1 christos #endif 333 1.1 christos #ifndef OPENSSL_NO_RC2 334 1.1 christos {FT_cipher, "rc2-ofb", enc_main, enc_options, NULL}, 335 1.1 christos #endif 336 1.1 christos #ifndef OPENSSL_NO_RC2 337 1.1 christos {FT_cipher, "rc2-64-cbc", enc_main, enc_options, NULL}, 338 1.1 christos #endif 339 1.1 christos #ifndef OPENSSL_NO_RC2 340 1.1 christos {FT_cipher, "rc2-40-cbc", enc_main, enc_options, NULL}, 341 1.1 christos #endif 342 1.1 christos #ifndef OPENSSL_NO_BF 343 1.1 christos {FT_cipher, "bf-cbc", enc_main, enc_options, NULL}, 344 1.1 christos #endif 345 1.1 christos #ifndef OPENSSL_NO_BF 346 1.1 christos {FT_cipher, "bf-ecb", enc_main, enc_options, NULL}, 347 1.1 christos #endif 348 1.1 christos #ifndef OPENSSL_NO_BF 349 1.1 christos {FT_cipher, "bf-cfb", enc_main, enc_options, NULL}, 350 1.1 christos #endif 351 1.1 christos #ifndef OPENSSL_NO_BF 352 1.1 christos {FT_cipher, "bf-ofb", enc_main, enc_options, NULL}, 353 1.1 christos #endif 354 1.1 christos #ifndef OPENSSL_NO_CAST 355 1.1 christos {FT_cipher, "cast5-cbc", enc_main, enc_options, NULL}, 356 1.1 christos #endif 357 1.1 christos #ifndef OPENSSL_NO_CAST 358 1.1 christos {FT_cipher, "cast5-ecb", enc_main, enc_options, NULL}, 359 1.1 christos #endif 360 1.1 christos #ifndef OPENSSL_NO_CAST 361 1.1 christos {FT_cipher, "cast5-cfb", enc_main, enc_options, NULL}, 362 1.1 christos #endif 363 1.1 christos #ifndef OPENSSL_NO_CAST 364 1.1 christos {FT_cipher, "cast5-ofb", enc_main, enc_options, NULL}, 365 1.1 christos #endif 366 1.1 christos #ifndef OPENSSL_NO_CAST 367 1.1 christos {FT_cipher, "cast-cbc", enc_main, enc_options, NULL}, 368 1.1 christos #endif 369 1.1 christos #ifndef OPENSSL_NO_RC5 370 1.1 christos {FT_cipher, "rc5-cbc", enc_main, enc_options, NULL}, 371 1.1 christos #endif 372 1.1 christos #ifndef OPENSSL_NO_RC5 373 1.1 christos {FT_cipher, "rc5-ecb", enc_main, enc_options, NULL}, 374 1.1 christos #endif 375 1.1 christos #ifndef OPENSSL_NO_RC5 376 1.1 christos {FT_cipher, "rc5-cfb", enc_main, enc_options, NULL}, 377 1.1 christos #endif 378 1.1 christos #ifndef OPENSSL_NO_RC5 379 1.1 christos {FT_cipher, "rc5-ofb", enc_main, enc_options, NULL}, 380 1.1 christos #endif 381 1.1 christos #ifndef OPENSSL_NO_SM4 382 1.1 christos {FT_cipher, "sm4-cbc", enc_main, enc_options, NULL}, 383 1.1 christos #endif 384 1.1 christos #ifndef OPENSSL_NO_SM4 385 1.1 christos {FT_cipher, "sm4-ecb", enc_main, enc_options, NULL}, 386 1.1 christos #endif 387 1.1 christos #ifndef OPENSSL_NO_SM4 388 1.1 christos {FT_cipher, "sm4-cfb", enc_main, enc_options, NULL}, 389 1.1 christos #endif 390 1.1 christos #ifndef OPENSSL_NO_SM4 391 1.1 christos {FT_cipher, "sm4-ofb", enc_main, enc_options, NULL}, 392 1.1 christos #endif 393 1.1 christos #ifndef OPENSSL_NO_SM4 394 1.1 christos {FT_cipher, "sm4-ctr", enc_main, enc_options, NULL}, 395 1.1 christos #endif 396 1.1 christos {0, NULL, NULL, NULL, NULL} 397 1.1 christos }; 398