Symbol: cipher_testvec
crypto/testmgr.c
104
const struct cipher_testvec *vecs;
crypto/testmgr.c
2714
const struct cipher_testvec *template,
crypto/testmgr.c
2800
static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec,
crypto/testmgr.c
2957
static int test_skcipher_vec(int enc, const struct cipher_testvec *vec,
crypto/testmgr.c
3005
struct cipher_testvec *vec,
crypto/testmgr.c
3075
struct cipher_testvec vec = { 0 };
crypto/testmgr.h
10220
static const struct cipher_testvec tf_lrw_tv_template[] = {
crypto/testmgr.h
10461
static const struct cipher_testvec tf_xts_tv_template[] = {
crypto/testmgr.h
10799
static const struct cipher_testvec serpent_tv_template[] = {
crypto/testmgr.h
10967
static const struct cipher_testvec serpent_cbc_tv_template[] = {
crypto/testmgr.h
11106
static const struct cipher_testvec serpent_ctr_tv_template[] = {
crypto/testmgr.h
11517
static const struct cipher_testvec serpent_lrw_tv_template[] = {
crypto/testmgr.h
11758
static const struct cipher_testvec serpent_xts_tv_template[] = {
crypto/testmgr.h
12098
static const struct cipher_testvec sm4_tv_template[] = {
crypto/testmgr.h
12182
static const struct cipher_testvec sm4_cbc_tv_template[] = {
crypto/testmgr.h
12220
static const struct cipher_testvec sm4_ctr_tv_template[] = {
crypto/testmgr.h
12274
static const struct cipher_testvec sm4_ctr_rfc3686_tv_template[] = {
crypto/testmgr.h
12303
static const struct cipher_testvec sm4_cts_tv_template[] = {
crypto/testmgr.h
12400
static const struct cipher_testvec sm4_xts_tv_template[] = {
crypto/testmgr.h
13429
static const struct cipher_testvec cast6_tv_template[] = {
crypto/testmgr.h
13593
static const struct cipher_testvec cast6_cbc_tv_template[] = {
crypto/testmgr.h
13732
static const struct cipher_testvec cast6_ctr_tv_template[] = {
crypto/testmgr.h
13888
static const struct cipher_testvec cast6_lrw_tv_template[] = {
crypto/testmgr.h
14031
static const struct cipher_testvec cast6_xts_tv_template[] = {
crypto/testmgr.h
14179
static const struct cipher_testvec aes_tv_template[] = {
crypto/testmgr.h
14344
static const struct cipher_testvec aes_cbc_tv_template[] = {
crypto/testmgr.h
16835
static const struct cipher_testvec aes_lrw_tv_template[] = {
crypto/testmgr.h
17098
static const struct cipher_testvec aes_xts_tv_template[] = {
crypto/testmgr.h
17433
static const struct cipher_testvec aes_ctr_tv_template[] = {
crypto/testmgr.h
17787
static const struct cipher_testvec aes_ctr_rfc3686_tv_template[] = {
crypto/testmgr.h
22648
static const struct cipher_testvec cast5_tv_template[] = {
crypto/testmgr.h
22802
static const struct cipher_testvec cast5_cbc_tv_template[] = {
crypto/testmgr.h
22937
static const struct cipher_testvec cast5_ctr_tv_template[] = {
crypto/testmgr.h
23088
static const struct cipher_testvec arc4_tv_template[] = {
crypto/testmgr.h
23150
static const struct cipher_testvec tea_tv_template[] = {
crypto/testmgr.h
23192
static const struct cipher_testvec xtea_tv_template[] = {
crypto/testmgr.h
23234
static const struct cipher_testvec khazad_tv_template[] = {
crypto/testmgr.h
23279
static const struct cipher_testvec anubis_tv_template[] = {
crypto/testmgr.h
23337
static const struct cipher_testvec anubis_cbc_tv_template[] = {
crypto/testmgr.h
23377
static const struct cipher_testvec xeta_tv_template[] = {
crypto/testmgr.h
23419
static const struct cipher_testvec fcrypt_pcbc_tv_template[] = {
crypto/testmgr.h
23511
static const struct cipher_testvec camellia_tv_template[] = {
crypto/testmgr.h
23804
static const struct cipher_testvec camellia_cbc_tv_template[] = {
crypto/testmgr.h
24100
static const struct cipher_testvec camellia_ctr_tv_template[] = {
crypto/testmgr.h
24767
static const struct cipher_testvec camellia_lrw_tv_template[] = {
crypto/testmgr.h
25008
static const struct cipher_testvec camellia_xts_tv_template[] = {
crypto/testmgr.h
25345
static const struct cipher_testvec seed_tv_template[] = {
crypto/testmgr.h
25386
static const struct cipher_testvec aria_tv_template[] = {
crypto/testmgr.h
25420
static const struct cipher_testvec aria_cbc_tv_template[] = {
crypto/testmgr.h
26324
static const struct cipher_testvec aria_ctr_tv_template[] = {
crypto/testmgr.h
27340
static const struct cipher_testvec chacha20_tv_template[] = {
crypto/testmgr.h
27845
static const struct cipher_testvec xchacha20_tv_template[] = {
crypto/testmgr.h
28505
static const struct cipher_testvec xchacha12_tv_template[] = {
crypto/testmgr.h
29161
static const struct cipher_testvec adiantum_xchacha12_aes_tv_template[] = {
crypto/testmgr.h
30813
static const struct cipher_testvec adiantum_xchacha20_aes_tv_template[] = {
crypto/testmgr.h
32466
static const struct cipher_testvec cts_mode_tv_template[] = {
crypto/testmgr.h
34040
static const struct cipher_testvec essiv_aes_cbc_tv_template[] = {
crypto/testmgr.h
34845
static const struct cipher_testvec aes_xctr_tv_template[] = {
crypto/testmgr.h
35538
static const struct cipher_testvec aes_hctr2_tv_template[] = {
crypto/testmgr.h
7605
static const struct cipher_testvec des_tv_template[] = {
crypto/testmgr.h
7859
static const struct cipher_testvec des_cbc_tv_template[] = {
crypto/testmgr.h
7967
static const struct cipher_testvec des_ctr_tv_template[] = {
crypto/testmgr.h
8107
static const struct cipher_testvec des3_ede_tv_template[] = {
crypto/testmgr.h
8265
static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
crypto/testmgr.h
8442
static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
crypto/testmgr.h
8715
static const struct cipher_testvec bf_tv_template[] = {
crypto/testmgr.h
8897
static const struct cipher_testvec bf_cbc_tv_template[] = {
crypto/testmgr.h
9051
static const struct cipher_testvec bf_ctr_tv_template[] = {
crypto/testmgr.h
9463
static const struct cipher_testvec tf_tv_template[] = {
crypto/testmgr.h
9624
static const struct cipher_testvec tf_cbc_tv_template[] = {
crypto/testmgr.h
9809
static const struct cipher_testvec tf_ctr_tv_template[] = {