Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dtestmgr.h65 struct cipher_testvec { struct
10805 static const struct cipher_testvec des_tv_template[] = {
10939 static const struct cipher_testvec des_cbc_tv_template[] = {
11047 static const struct cipher_testvec des_ctr_tv_template[] = {
11187 static const struct cipher_testvec des3_ede_tv_template[] = {
11345 static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
11522 static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
11795 static const struct cipher_testvec bf_tv_template[] = {
11977 static const struct cipher_testvec bf_cbc_tv_template[] = {
12131 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
Dtestmgr.c104 const struct cipher_testvec *vecs;
2756 const struct cipher_testvec *template, in test_cipher()
2842 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg()
2999 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec()
3050 struct cipher_testvec *vec, in generate_random_cipher_testvec()
3120 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()