Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtestmgr.h38 struct hash_testvec { struct
341 static struct hash_testvec md4_tv_template [] = {
387 static struct hash_testvec md5_tv_template[] = {
433 static struct hash_testvec rmd128_tv_template[] = {
497 static struct hash_testvec rmd160_tv_template[] = {
561 static struct hash_testvec rmd256_tv_template[] = {
629 static struct hash_testvec rmd320_tv_template[] = {
693 static struct hash_testvec crct10dif_tv_template[] = {
731 static struct hash_testvec sha1_tv_template[] = {
923 static struct hash_testvec sha224_tv_template[] = {
[all …]
Dtestmgr.c107 struct hash_testvec *vecs;
201 static int __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in __test_hash()
400 static int test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in test_hash()