Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.h38 struct hash_testvec { struct
117 static struct hash_testvec md4_tv_template [] = {
163 static struct hash_testvec md5_tv_template[] = {
209 static struct hash_testvec rmd128_tv_template[] = {
273 static struct hash_testvec rmd160_tv_template[] = {
337 static struct hash_testvec rmd256_tv_template[] = {
405 static struct hash_testvec rmd320_tv_template[] = {
469 static struct hash_testvec crct10dif_tv_template[] = {
507 static struct hash_testvec sha1_tv_template[] = {
699 static struct hash_testvec sha224_tv_template[] = {
[all …]
Dtestmgr.c103 struct hash_testvec *vecs;
192 static int __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in __test_hash()
392 static int test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in test_hash()