Home
last modified time | relevance | path

Searched refs:cipher_testvec (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dtestmgr.h65 struct cipher_testvec { struct
8977 static const struct cipher_testvec des_tv_template[] = {
9231 static const struct cipher_testvec des_cbc_tv_template[] = {
9339 static const struct cipher_testvec des_ctr_tv_template[] = {
9479 static const struct cipher_testvec des3_ede_tv_template[] = {
9637 static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
9814 static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
10087 static const struct cipher_testvec bf_tv_template[] = {
10269 static const struct cipher_testvec bf_cbc_tv_template[] = {
10423 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
H A Dtestmgr.c104 const struct cipher_testvec *vecs;
2714 const struct cipher_testvec *template, in test_cipher()
2800 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg()
2957 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec()
3005 struct cipher_testvec *vec, in generate_random_cipher_testvec()
3075 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()