Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dtestmgr.h64 struct cipher_testvec { struct
7221 static const struct cipher_testvec des_tv_template[] = {
7355 static const struct cipher_testvec des_cbc_tv_template[] = {
7463 static const struct cipher_testvec des_ctr_tv_template[] = {
7603 static const struct cipher_testvec des3_ede_tv_template[] = {
7761 static const struct cipher_testvec des3_ede_cbc_tv_template[] = {
7938 static const struct cipher_testvec des3_ede_ctr_tv_template[] = {
8211 static const struct cipher_testvec bf_tv_template[] = {
8393 static const struct cipher_testvec bf_cbc_tv_template[] = {
8547 static const struct cipher_testvec bf_ctr_tv_template[] = {
[all …]
Dtestmgr.c88 const struct cipher_testvec *vecs;
2348 const struct cipher_testvec *template, in test_cipher()
2435 const struct cipher_testvec *vec, in test_skcipher_vec_cfg()
2598 const struct cipher_testvec *vec, in test_skcipher_vec()
2645 struct cipher_testvec *vec, in generate_random_cipher_testvec()
2704 struct cipher_testvec vec = { 0 }; in test_skcipher_vs_generic_impl()