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
10111
static const struct cipher_testvec tf_lrw_tv_template[] = {
crypto/testmgr.h
10352
static const struct cipher_testvec tf_xts_tv_template[] = {
crypto/testmgr.h
10690
static const struct cipher_testvec serpent_tv_template[] = {
crypto/testmgr.h
10858
static const struct cipher_testvec serpent_cbc_tv_template[] = {
crypto/testmgr.h
10997
static const struct cipher_testvec serpent_ctr_tv_template[] = {
crypto/testmgr.h
11408
static const struct cipher_testvec serpent_lrw_tv_template[] = {
crypto/testmgr.h
11649
static const struct cipher_testvec serpent_xts_tv_template[] = {
crypto/testmgr.h
11989
static const struct cipher_testvec sm4_tv_template[] = {
crypto/testmgr.h
12073
static const struct cipher_testvec sm4_cbc_tv_template[] = {
crypto/testmgr.h
12111
static const struct cipher_testvec sm4_ctr_tv_template[] = {
crypto/testmgr.h
12165
static const struct cipher_testvec sm4_ctr_rfc3686_tv_template[] = {
crypto/testmgr.h
12194
static const struct cipher_testvec sm4_cts_tv_template[] = {
crypto/testmgr.h
12291
static const struct cipher_testvec sm4_xts_tv_template[] = {
crypto/testmgr.h
13320
static const struct cipher_testvec cast6_tv_template[] = {
crypto/testmgr.h
13484
static const struct cipher_testvec cast6_cbc_tv_template[] = {
crypto/testmgr.h
13623
static const struct cipher_testvec cast6_ctr_tv_template[] = {
crypto/testmgr.h
13779
static const struct cipher_testvec cast6_lrw_tv_template[] = {
crypto/testmgr.h
13922
static const struct cipher_testvec cast6_xts_tv_template[] = {
crypto/testmgr.h
14070
static const struct cipher_testvec aes_tv_template[] = {
crypto/testmgr.h
14235
static const struct cipher_testvec aes_cbc_tv_template[] = {
crypto/testmgr.h
18490
static const struct cipher_testvec aes_lrw_tv_template[] = {
crypto/testmgr.h
18753
static const struct cipher_testvec aes_xts_tv_template[] = {
crypto/testmgr.h
19088
static const struct cipher_testvec aes_ctr_tv_template[] = {
crypto/testmgr.h
19442
static const struct cipher_testvec aes_ctr_rfc3686_tv_template[] = {
crypto/testmgr.h
24303
static const struct cipher_testvec cast5_tv_template[] = {
crypto/testmgr.h
24457
static const struct cipher_testvec cast5_cbc_tv_template[] = {
crypto/testmgr.h
24592
static const struct cipher_testvec cast5_ctr_tv_template[] = {
crypto/testmgr.h
24743
static const struct cipher_testvec arc4_tv_template[] = {
crypto/testmgr.h
24805
static const struct cipher_testvec tea_tv_template[] = {
crypto/testmgr.h
24847
static const struct cipher_testvec xtea_tv_template[] = {
crypto/testmgr.h
24889
static const struct cipher_testvec khazad_tv_template[] = {
crypto/testmgr.h
24934
static const struct cipher_testvec anubis_tv_template[] = {
crypto/testmgr.h
24992
static const struct cipher_testvec anubis_cbc_tv_template[] = {
crypto/testmgr.h
25032
static const struct cipher_testvec xeta_tv_template[] = {
crypto/testmgr.h
25074
static const struct cipher_testvec fcrypt_pcbc_tv_template[] = {
crypto/testmgr.h
25166
static const struct cipher_testvec camellia_tv_template[] = {
crypto/testmgr.h
25459
static const struct cipher_testvec camellia_cbc_tv_template[] = {
crypto/testmgr.h
25755
static const struct cipher_testvec camellia_ctr_tv_template[] = {
crypto/testmgr.h
26422
static const struct cipher_testvec camellia_lrw_tv_template[] = {
crypto/testmgr.h
26663
static const struct cipher_testvec camellia_xts_tv_template[] = {
crypto/testmgr.h
27000
static const struct cipher_testvec seed_tv_template[] = {
crypto/testmgr.h
27041
static const struct cipher_testvec aria_tv_template[] = {
crypto/testmgr.h
27075
static const struct cipher_testvec aria_cbc_tv_template[] = {
crypto/testmgr.h
27979
static const struct cipher_testvec aria_ctr_tv_template[] = {
crypto/testmgr.h
28995
static const struct cipher_testvec chacha20_tv_template[] = {
crypto/testmgr.h
29500
static const struct cipher_testvec xchacha20_tv_template[] = {
crypto/testmgr.h
30160
static const struct cipher_testvec xchacha12_tv_template[] = {
crypto/testmgr.h
30816
static const struct cipher_testvec adiantum_xchacha12_aes_tv_template[] = {
crypto/testmgr.h
32468
static const struct cipher_testvec adiantum_xchacha20_aes_tv_template[] = {
crypto/testmgr.h
34121
static const struct cipher_testvec cts_mode_tv_template[] = {
crypto/testmgr.h
35645
static const struct cipher_testvec essiv_aes_cbc_tv_template[] = {
crypto/testmgr.h
36450
static const struct cipher_testvec aes_xctr_tv_template[] = {
crypto/testmgr.h
37143
static const struct cipher_testvec aes_hctr2_tv_template[] = {
crypto/testmgr.h
7496
static const struct cipher_testvec des_tv_template[] = {
crypto/testmgr.h
7750
static const struct cipher_testvec des_cbc_tv_template[] = {
crypto/testmgr.h
7858
static const struct cipher_testvec des_ctr_tv_template[] = {
crypto/testmgr.h
7998
static const struct cipher_testvec des3_ede_tv_template[] = {
crypto/testmgr.h
8156
static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
crypto/testmgr.h
8333
static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
crypto/testmgr.h
8606
static const struct cipher_testvec bf_tv_template[] = {
crypto/testmgr.h
8788
static const struct cipher_testvec bf_cbc_tv_template[] = {
crypto/testmgr.h
8942
static const struct cipher_testvec bf_ctr_tv_template[] = {
crypto/testmgr.h
9354
static const struct cipher_testvec tf_tv_template[] = {
crypto/testmgr.h
9515
static const struct cipher_testvec tf_cbc_tv_template[] = {
crypto/testmgr.h
9700
static const struct cipher_testvec tf_ctr_tv_template[] = {