Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.h66 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_template[] = {
11535 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
Dtestmgr.c103 const struct cipher_testvec *vecs;
2651 const struct cipher_testvec *template, in test_cipher()
2737 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg()
2901 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec()
2948 struct cipher_testvec *vec, in generate_random_cipher_testvec()
3017 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()