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
16726
static const struct cipher_testvec aes_lrw_tv_template[] = {
crypto/testmgr.h
16989
static const struct cipher_testvec aes_xts_tv_template[] = {
crypto/testmgr.h
17324
static const struct cipher_testvec aes_ctr_tv_template[] = {
crypto/testmgr.h
17678
static const struct cipher_testvec aes_ctr_rfc3686_tv_template[] = {
crypto/testmgr.h
22539
static const struct cipher_testvec cast5_tv_template[] = {
crypto/testmgr.h
22693
static const struct cipher_testvec cast5_cbc_tv_template[] = {
crypto/testmgr.h
22828
static const struct cipher_testvec cast5_ctr_tv_template[] = {
crypto/testmgr.h
22979
static const struct cipher_testvec arc4_tv_template[] = {
crypto/testmgr.h
23041
static const struct cipher_testvec tea_tv_template[] = {
crypto/testmgr.h
23083
static const struct cipher_testvec xtea_tv_template[] = {
crypto/testmgr.h
23125
static const struct cipher_testvec khazad_tv_template[] = {
crypto/testmgr.h
23170
static const struct cipher_testvec anubis_tv_template[] = {
crypto/testmgr.h
23228
static const struct cipher_testvec anubis_cbc_tv_template[] = {
crypto/testmgr.h
23268
static const struct cipher_testvec xeta_tv_template[] = {
crypto/testmgr.h
23310
static const struct cipher_testvec fcrypt_pcbc_tv_template[] = {
crypto/testmgr.h
23402
static const struct cipher_testvec camellia_tv_template[] = {
crypto/testmgr.h
23695
static const struct cipher_testvec camellia_cbc_tv_template[] = {
crypto/testmgr.h
23991
static const struct cipher_testvec camellia_ctr_tv_template[] = {
crypto/testmgr.h
24658
static const struct cipher_testvec camellia_lrw_tv_template[] = {
crypto/testmgr.h
24899
static const struct cipher_testvec camellia_xts_tv_template[] = {
crypto/testmgr.h
25236
static const struct cipher_testvec seed_tv_template[] = {
crypto/testmgr.h
25277
static const struct cipher_testvec aria_tv_template[] = {
crypto/testmgr.h
25311
static const struct cipher_testvec aria_cbc_tv_template[] = {
crypto/testmgr.h
26215
static const struct cipher_testvec aria_ctr_tv_template[] = {
crypto/testmgr.h
27231
static const struct cipher_testvec chacha20_tv_template[] = {
crypto/testmgr.h
27736
static const struct cipher_testvec xchacha20_tv_template[] = {
crypto/testmgr.h
28396
static const struct cipher_testvec xchacha12_tv_template[] = {
crypto/testmgr.h
29052
static const struct cipher_testvec adiantum_xchacha12_aes_tv_template[] = {
crypto/testmgr.h
30704
static const struct cipher_testvec adiantum_xchacha20_aes_tv_template[] = {
crypto/testmgr.h
32357
static const struct cipher_testvec cts_mode_tv_template[] = {
crypto/testmgr.h
33931
static const struct cipher_testvec essiv_aes_cbc_tv_template[] = {
crypto/testmgr.h
34736
static const struct cipher_testvec aes_xctr_tv_template[] = {
crypto/testmgr.h
35429
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[] = {