Home
last modified time | relevance | path

Searched refs:enc_options (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dprogs.c45 {FT_general, "enc", enc_main, enc_options, NULL, NULL},
140 {FT_cipher, "aes-128-cbc", enc_main, enc_options, NULL},
141 {FT_cipher, "aes-128-ecb", enc_main, enc_options, NULL},
142 {FT_cipher, "aes-192-cbc", enc_main, enc_options, NULL},
143 {FT_cipher, "aes-192-ecb", enc_main, enc_options, NULL},
144 {FT_cipher, "aes-256-cbc", enc_main, enc_options, NULL},
145 {FT_cipher, "aes-256-ecb", enc_main, enc_options, NULL},
147 {FT_cipher, "aria-128-cbc", enc_main, enc_options, NULL},
150 {FT_cipher, "aria-128-cfb", enc_main, enc_options, NULL},
153 {FT_cipher, "aria-128-ctr", enc_main, enc_options, NULL},
[all …]
H A Denc.c55 const OPTIONS enc_options[] = { variable
155 prog = opt_init(argc, argv, enc_options); in enc_main()
164 opt_help(enc_options); in enc_main()
H A Dprogs.h82 extern const OPTIONS enc_options[];