Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dtestmgr.h64 struct cipher_testvec { struct
8655 static const struct cipher_testvec des_tv_template[] = {
8789 static const struct cipher_testvec des_cbc_tv_template[] = {
8897 static const struct cipher_testvec des_ctr_tv_template[] = {
9037 static const struct cipher_testvec des3_ede_tv_template[] = {
9195 static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
9372 static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
9645 static const struct cipher_testvec bf_tv_template[] = {
9827 static const struct cipher_testvec bf_cbc_tv_template[] = {
9981 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
Dtestmgr.c106 const struct cipher_testvec *vecs;
2600 const struct cipher_testvec *template, in test_cipher()
2686 static int test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, in test_skcipher_vec_cfg()
2850 static int test_skcipher_vec(int enc, const struct cipher_testvec *vec, in test_skcipher_vec()
2897 struct cipher_testvec *vec, in generate_random_cipher_testvec()
2966 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()