Searched refs:cipher_testvec (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.h | 50 * cipher_testvec: structure to describe a symmetric cipher test 66 struct cipher_testvec { struct 10209 static const struct cipher_testvec des_tv_template[] = { 10343 static const struct cipher_testvec des_cbc_tv_template[] = { 10451 static const struct cipher_testvec des_ctr_tv_template[] = { 10591 static const struct cipher_testvec des3_ede_tv_template[] = { 10749 static const struct cipher_testvec des3_ede_cbc_tv_template[] = { 10926 static const struct cipher_testvec des3_ede_ctr_tv_template[] = { 11199 static const struct cipher_testvec bf_tv_template[] = { 11381 static const struct cipher_testvec bf_cbc_tv_templat [all...] |
H A D | testmgr.c | 103 const struct cipher_testvec *vecs; 2722 const struct cipher_testvec *template, in test_cipher() 2808 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg() 2972 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec() 3023 struct cipher_testvec *vec, in generate_random_cipher_testvec() 3093 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.h | 48 * cipher_testvec: structure to describe a symmetric cipher test 64 struct cipher_testvec { struct 8991 static const struct cipher_testvec des_tv_template[] = { 9125 static const struct cipher_testvec des_cbc_tv_template[] = { 9233 static const struct cipher_testvec des_ctr_tv_template[] = { 9373 static const struct cipher_testvec des3_ede_tv_template[] = { 9531 static const struct cipher_testvec des3_ede_cbc_tv_template[] = { 9708 static const struct cipher_testvec des3_ede_ctr_tv_template[] = { 9981 static const struct cipher_testvec bf_tv_template[] = { 10163 static const struct cipher_testvec bf_cbc_tv_templat [all...] |
H A D | testmgr.c | 103 const struct cipher_testvec *vecs; 2612 const struct cipher_testvec *template, in test_cipher() 2699 const struct cipher_testvec *vec, in test_skcipher_vec_cfg() 2863 const struct cipher_testvec *vec, in test_skcipher_vec() 2910 struct cipher_testvec *vec, in generate_random_cipher_testvec() 2979 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()
|
Completed in 36 milliseconds