enc_main
f.func = enc_main;
{FT_cipher, "aes-128-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aes-128-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aes-192-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aes-192-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aes-256-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aes-256-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-cfb", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-ctr", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-ofb", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-cfb1", enc_main, enc_options, NULL},
{FT_cipher, "aria-128-cfb8", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-cfb", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-ctr", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-ofb", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-cfb1", enc_main, enc_options, NULL},
{FT_cipher, "aria-192-cfb8", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-cbc", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-cfb", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-ctr", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-ecb", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-ofb", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-cfb1", enc_main, enc_options, NULL},
{FT_cipher, "aria-256-cfb8", enc_main, enc_options, NULL},
{FT_cipher, "camellia-128-cbc", enc_main, enc_options, NULL},
{FT_cipher, "camellia-128-ecb", enc_main, enc_options, NULL},
{FT_cipher, "camellia-192-cbc", enc_main, enc_options, NULL},
{FT_cipher, "camellia-192-ecb", enc_main, enc_options, NULL},
{FT_cipher, "camellia-256-cbc", enc_main, enc_options, NULL},
{FT_cipher, "camellia-256-ecb", enc_main, enc_options, NULL},
{FT_cipher, "base64", enc_main, enc_options, NULL},
{FT_cipher, "zlib", enc_main, enc_options, NULL},
{FT_cipher, "brotli", enc_main, enc_options, NULL},
{FT_cipher, "zstd", enc_main, enc_options, NULL},
{FT_cipher, "des", enc_main, enc_options, NULL},
{FT_cipher, "des3", enc_main, enc_options, NULL},
{FT_cipher, "desx", enc_main, enc_options, NULL},
{FT_cipher, "idea", enc_main, enc_options, NULL},
{FT_cipher, "seed", enc_main, enc_options, NULL},
{FT_cipher, "rc4", enc_main, enc_options, NULL},
{FT_cipher, "rc4-40", enc_main, enc_options, NULL},
{FT_cipher, "rc2", enc_main, enc_options, NULL},
{FT_cipher, "bf", enc_main, enc_options, NULL},
{FT_cipher, "cast", enc_main, enc_options, NULL},
{FT_cipher, "rc5", enc_main, enc_options, NULL},
{FT_cipher, "des-ecb", enc_main, enc_options, NULL},
{FT_cipher, "des-ede", enc_main, enc_options, NULL},
{FT_cipher, "des-ede3", enc_main, enc_options, NULL},
{FT_cipher, "des-cbc", enc_main, enc_options, NULL},
{FT_cipher, "des-ede-cbc", enc_main, enc_options, NULL},
{FT_cipher, "des-ede3-cbc", enc_main, enc_options, NULL},
{FT_cipher, "des-cfb", enc_main, enc_options, NULL},
{FT_cipher, "des-ede-cfb", enc_main, enc_options, NULL},
{FT_cipher, "des-ede3-cfb", enc_main, enc_options, NULL},
{FT_cipher, "des-ofb", enc_main, enc_options, NULL},
{FT_cipher, "des-ede-ofb", enc_main, enc_options, NULL},
{FT_cipher, "des-ede3-ofb", enc_main, enc_options, NULL},
{FT_cipher, "idea-cbc", enc_main, enc_options, NULL},
{FT_cipher, "idea-ecb", enc_main, enc_options, NULL},
{FT_cipher, "idea-cfb", enc_main, enc_options, NULL},
{FT_cipher, "idea-ofb", enc_main, enc_options, NULL},
{FT_cipher, "seed-cbc", enc_main, enc_options, NULL},
{FT_cipher, "seed-ecb", enc_main, enc_options, NULL},
{FT_cipher, "seed-cfb", enc_main, enc_options, NULL},
{FT_cipher, "seed-ofb", enc_main, enc_options, NULL},
{FT_cipher, "rc2-cbc", enc_main, enc_options, NULL},
{FT_cipher, "rc2-ecb", enc_main, enc_options, NULL},
{FT_cipher, "rc2-cfb", enc_main, enc_options, NULL},
{FT_cipher, "rc2-ofb", enc_main, enc_options, NULL},
{FT_cipher, "rc2-64-cbc", enc_main, enc_options, NULL},
{FT_cipher, "rc2-40-cbc", enc_main, enc_options, NULL},
{FT_cipher, "bf-cbc", enc_main, enc_options, NULL},
{FT_cipher, "bf-ecb", enc_main, enc_options, NULL},
{FT_cipher, "bf-cfb", enc_main, enc_options, NULL},
{FT_cipher, "bf-ofb", enc_main, enc_options, NULL},
{FT_cipher, "cast5-cbc", enc_main, enc_options, NULL},
{FT_cipher, "cast5-ecb", enc_main, enc_options, NULL},
{FT_cipher, "cast5-cfb", enc_main, enc_options, NULL},
{FT_cipher, "cast5-ofb", enc_main, enc_options, NULL},
{FT_cipher, "cast-cbc", enc_main, enc_options, NULL},
{FT_cipher, "rc5-cbc", enc_main, enc_options, NULL},
{FT_cipher, "rc5-ecb", enc_main, enc_options, NULL},
{FT_cipher, "rc5-cfb", enc_main, enc_options, NULL},
{FT_cipher, "rc5-ofb", enc_main, enc_options, NULL},
{FT_cipher, "sm4-cbc", enc_main, enc_options, NULL},
{FT_cipher, "sm4-ecb", enc_main, enc_options, NULL},
{FT_cipher, "sm4-cfb", enc_main, enc_options, NULL},
{FT_cipher, "sm4-ofb", enc_main, enc_options, NULL},
{FT_cipher, "sm4-ctr", enc_main, enc_options, NULL},
{FT_general, "enc", enc_main, enc_options, NULL, NULL},
extern int enc_main(int argc, char *argv[]);