cipher_testvec
const struct cipher_testvec *vecs;
const struct cipher_testvec *template,
static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec,
static int test_skcipher_vec(int enc, const struct cipher_testvec *vec,
struct cipher_testvec *vec,
struct cipher_testvec vec = { 0 };
static const struct cipher_testvec tf_lrw_tv_template[] = {
static const struct cipher_testvec tf_xts_tv_template[] = {
static const struct cipher_testvec serpent_tv_template[] = {
static const struct cipher_testvec serpent_cbc_tv_template[] = {
static const struct cipher_testvec serpent_ctr_tv_template[] = {
static const struct cipher_testvec serpent_lrw_tv_template[] = {
static const struct cipher_testvec serpent_xts_tv_template[] = {
static const struct cipher_testvec sm4_tv_template[] = {
static const struct cipher_testvec sm4_cbc_tv_template[] = {
static const struct cipher_testvec sm4_ctr_tv_template[] = {
static const struct cipher_testvec sm4_ctr_rfc3686_tv_template[] = {
static const struct cipher_testvec sm4_cts_tv_template[] = {
static const struct cipher_testvec sm4_xts_tv_template[] = {
static const struct cipher_testvec cast6_tv_template[] = {
static const struct cipher_testvec cast6_cbc_tv_template[] = {
static const struct cipher_testvec cast6_ctr_tv_template[] = {
static const struct cipher_testvec cast6_lrw_tv_template[] = {
static const struct cipher_testvec cast6_xts_tv_template[] = {
static const struct cipher_testvec aes_tv_template[] = {
static const struct cipher_testvec aes_cbc_tv_template[] = {
static const struct cipher_testvec aes_lrw_tv_template[] = {
static const struct cipher_testvec aes_xts_tv_template[] = {
static const struct cipher_testvec aes_ctr_tv_template[] = {
static const struct cipher_testvec aes_ctr_rfc3686_tv_template[] = {
static const struct cipher_testvec cast5_tv_template[] = {
static const struct cipher_testvec cast5_cbc_tv_template[] = {
static const struct cipher_testvec cast5_ctr_tv_template[] = {
static const struct cipher_testvec arc4_tv_template[] = {
static const struct cipher_testvec tea_tv_template[] = {
static const struct cipher_testvec xtea_tv_template[] = {
static const struct cipher_testvec khazad_tv_template[] = {
static const struct cipher_testvec anubis_tv_template[] = {
static const struct cipher_testvec anubis_cbc_tv_template[] = {
static const struct cipher_testvec xeta_tv_template[] = {
static const struct cipher_testvec fcrypt_pcbc_tv_template[] = {
static const struct cipher_testvec camellia_tv_template[] = {
static const struct cipher_testvec camellia_cbc_tv_template[] = {
static const struct cipher_testvec camellia_ctr_tv_template[] = {
static const struct cipher_testvec camellia_lrw_tv_template[] = {
static const struct cipher_testvec camellia_xts_tv_template[] = {
static const struct cipher_testvec seed_tv_template[] = {
static const struct cipher_testvec aria_tv_template[] = {
static const struct cipher_testvec aria_cbc_tv_template[] = {
static const struct cipher_testvec aria_ctr_tv_template[] = {
static const struct cipher_testvec chacha20_tv_template[] = {
static const struct cipher_testvec xchacha20_tv_template[] = {
static const struct cipher_testvec xchacha12_tv_template[] = {
static const struct cipher_testvec adiantum_xchacha12_aes_tv_template[] = {
static const struct cipher_testvec adiantum_xchacha20_aes_tv_template[] = {
static const struct cipher_testvec cts_mode_tv_template[] = {
static const struct cipher_testvec essiv_aes_cbc_tv_template[] = {
static const struct cipher_testvec aes_xctr_tv_template[] = {
static const struct cipher_testvec aes_hctr2_tv_template[] = {
static const struct cipher_testvec des_tv_template[] = {
static const struct cipher_testvec des_cbc_tv_template[] = {
static const struct cipher_testvec des_ctr_tv_template[] = {
static const struct cipher_testvec des3_ede_tv_template[] = {
static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
static const struct cipher_testvec bf_tv_template[] = {
static const struct cipher_testvec bf_cbc_tv_template[] = {
static const struct cipher_testvec bf_ctr_tv_template[] = {
static const struct cipher_testvec tf_tv_template[] = {
static const struct cipher_testvec tf_cbc_tv_template[] = {
static const struct cipher_testvec tf_ctr_tv_template[] = {