Lines Matching refs:cipher_testvec
67 struct cipher_testvec { struct
3516 static struct cipher_testvec des_enc_tv_template[] = {
3690 static struct cipher_testvec des_dec_tv_template[] = {
3800 static struct cipher_testvec des_cbc_enc_tv_template[] = {
3926 static struct cipher_testvec des_cbc_dec_tv_template[] = {
4035 static struct cipher_testvec des_ctr_enc_tv_template[] = {
4181 static struct cipher_testvec des_ctr_dec_tv_template[] = {
4327 static struct cipher_testvec des3_ede_enc_tv_template[] = {
4492 static struct cipher_testvec des3_ede_dec_tv_template[] = {
4657 static struct cipher_testvec des3_ede_cbc_enc_tv_template[] = {
4837 static struct cipher_testvec des3_ede_cbc_dec_tv_template[] = {
5017 static struct cipher_testvec des3_ede_ctr_enc_tv_template[] = {
5295 static struct cipher_testvec des3_ede_ctr_dec_tv_template[] = {
5583 static struct cipher_testvec bf_enc_tv_template[] = {
5775 static struct cipher_testvec bf_dec_tv_template[] = {
5967 static struct cipher_testvec bf_cbc_enc_tv_template[] = {
6124 static struct cipher_testvec bf_cbc_dec_tv_template[] = {
6281 static struct cipher_testvec bf_ctr_enc_tv_template[] = {
6693 static struct cipher_testvec bf_ctr_dec_tv_template[] = {
7119 static struct cipher_testvec tf_enc_tv_template[] = {
7287 static struct cipher_testvec tf_dec_tv_template[] = {
7455 static struct cipher_testvec tf_cbc_enc_tv_template[] = {
7638 static struct cipher_testvec tf_cbc_dec_tv_template[] = {
7821 static struct cipher_testvec tf_ctr_enc_tv_template[] = {
8232 static struct cipher_testvec tf_ctr_dec_tv_template[] = {
8643 static struct cipher_testvec tf_lrw_enc_tv_template[] = {
8895 static struct cipher_testvec tf_lrw_dec_tv_template[] = {
9148 static struct cipher_testvec tf_xts_enc_tv_template[] = {
9490 static struct cipher_testvec tf_xts_dec_tv_template[] = {
9855 static struct cipher_testvec serpent_enc_tv_template[] = {
10031 static struct cipher_testvec tnepres_enc_tv_template[] = {
10081 static struct cipher_testvec serpent_dec_tv_template[] = {
10257 static struct cipher_testvec tnepres_dec_tv_template[] = {
10298 static struct cipher_testvec serpent_cbc_enc_tv_template[] = {
10439 static struct cipher_testvec serpent_cbc_dec_tv_template[] = {
10580 static struct cipher_testvec serpent_ctr_enc_tv_template[] = {
10991 static struct cipher_testvec serpent_ctr_dec_tv_template[] = {
11402 static struct cipher_testvec serpent_lrw_enc_tv_template[] = {
11654 static struct cipher_testvec serpent_lrw_dec_tv_template[] = {
11907 static struct cipher_testvec serpent_xts_enc_tv_template[] = {
12249 static struct cipher_testvec serpent_xts_dec_tv_template[] = {
12604 static struct cipher_testvec cast6_enc_tv_template[] = {
12775 static struct cipher_testvec cast6_dec_tv_template[] = {
12946 static struct cipher_testvec cast6_cbc_enc_tv_template[] = {
13087 static struct cipher_testvec cast6_cbc_dec_tv_template[] = {
13228 static struct cipher_testvec cast6_ctr_enc_tv_template[] = {
13385 static struct cipher_testvec cast6_ctr_dec_tv_template[] = {
13542 static struct cipher_testvec cast6_lrw_enc_tv_template[] = {
13689 static struct cipher_testvec cast6_lrw_dec_tv_template[] = {
13836 static struct cipher_testvec cast6_xts_enc_tv_template[] = {
13985 static struct cipher_testvec cast6_xts_dec_tv_template[] = {
14170 static struct cipher_testvec aes_enc_tv_template[] = {
14342 static struct cipher_testvec aes_dec_tv_template[] = {
14514 static struct cipher_testvec aes_cbc_enc_tv_template[] = {
14736 static struct cipher_testvec aes_cbc_dec_tv_template[] = {
16681 static struct cipher_testvec aes_lrw_enc_tv_template[] = {
16934 static struct cipher_testvec aes_lrw_dec_tv_template[] = {
17188 static struct cipher_testvec aes_xts_enc_tv_template[] = {
17530 static struct cipher_testvec aes_xts_dec_tv_template[] = {
17873 static struct cipher_testvec aes_ctr_enc_tv_template[] = {
18228 static struct cipher_testvec aes_ctr_dec_tv_template[] = {
18583 static struct cipher_testvec aes_ctr_rfc3686_enc_tv_template[] = {
19715 static struct cipher_testvec aes_ctr_rfc3686_dec_tv_template[] = {
19806 static struct cipher_testvec aes_ofb_enc_tv_template[] = {
19835 static struct cipher_testvec aes_ofb_dec_tv_template[] = {
23843 static struct cipher_testvec aes_kw_enc_tv_template[] = {
23858 static struct cipher_testvec aes_kw_dec_tv_template[] = {
24807 static struct cipher_testvec cast5_enc_tv_template[] = {
24968 static struct cipher_testvec cast5_dec_tv_template[] = {
25129 static struct cipher_testvec cast5_cbc_enc_tv_template[] = {
25267 static struct cipher_testvec cast5_cbc_dec_tv_template[] = {
25405 static struct cipher_testvec cast5_ctr_enc_tv_template[] = {
25556 static struct cipher_testvec cast5_ctr_dec_tv_template[] = {
25713 static struct cipher_testvec arc4_enc_tv_template[] = {
25779 static struct cipher_testvec arc4_dec_tv_template[] = {
25851 static struct cipher_testvec tea_enc_tv_template[] = {
25894 static struct cipher_testvec tea_dec_tv_template[] = {
25943 static struct cipher_testvec xtea_enc_tv_template[] = {
25986 static struct cipher_testvec xtea_dec_tv_template[] = {
26035 static struct cipher_testvec khazad_enc_tv_template[] = {
26081 static struct cipher_testvec khazad_dec_tv_template[] = {
26136 static struct cipher_testvec anubis_enc_tv_template[] = {
26199 static struct cipher_testvec anubis_dec_tv_template[] = {
26262 static struct cipher_testvec anubis_cbc_enc_tv_template[] = {
26297 static struct cipher_testvec anubis_cbc_dec_tv_template[] = {
26338 static struct cipher_testvec xeta_enc_tv_template[] = {
26381 static struct cipher_testvec xeta_dec_tv_template[] = {
26430 static struct cipher_testvec fcrypt_pcbc_enc_tv_template[] = {
26491 static struct cipher_testvec fcrypt_pcbc_dec_tv_template[] = {
26566 static struct cipher_testvec camellia_enc_tv_template[] = {
26866 static struct cipher_testvec camellia_dec_tv_template[] = {
27166 static struct cipher_testvec camellia_cbc_enc_tv_template[] = {
27462 static struct cipher_testvec camellia_cbc_dec_tv_template[] = {
27758 static struct cipher_testvec camellia_ctr_enc_tv_template[] = {
28425 static struct cipher_testvec camellia_ctr_dec_tv_template[] = {
29092 static struct cipher_testvec camellia_lrw_enc_tv_template[] = {
29344 static struct cipher_testvec camellia_lrw_dec_tv_template[] = {
29597 static struct cipher_testvec camellia_xts_enc_tv_template[] = {
29939 static struct cipher_testvec camellia_xts_dec_tv_template[] = {
30288 static struct cipher_testvec seed_enc_tv_template[] = {
30330 static struct cipher_testvec seed_dec_tv_template[] = {
30373 static struct cipher_testvec salsa20_stream_enc_tv_template[] = {
31543 static struct cipher_testvec chacha20_enc_tv_template[] = {
32056 static struct cipher_testvec cts_mode_enc_tv_template[] = {
32158 static struct cipher_testvec cts_mode_dec_tv_template[] = {