Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dtestmgr.h66 struct cipher_testvec { struct
10296 static const struct cipher_testvec des_tv_template[] = {
10430 static const struct cipher_testvec des_cbc_tv_template[] = {
10538 static const struct cipher_testvec des_ctr_tv_template[] = {
10678 static const struct cipher_testvec des3_ede_tv_template[] = {
10836 static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
11013 static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
11286 static const struct cipher_testvec bf_tv_template[] = {
11468 static const struct cipher_testvec bf_cbc_tv_template[] = {
11622 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
Dtestmgr.c103 const struct cipher_testvec *vecs;
2749 const struct cipher_testvec *template, in test_cipher()
2835 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()