Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtestmgr.h35 struct hash_testvec { struct
995 static const struct hash_testvec md4_tv_template[] = {
1036 static const struct hash_testvec sha3_224_tv_template[] = {
1197 static const struct hash_testvec sha3_256_tv_template[] = {
1359 static const struct hash_testvec sha3_384_tv_template[] = {
1529 static const struct hash_testvec sha3_512_tv_template[] = {
1710 static const struct hash_testvec md5_tv_template[] = {
1754 static const struct hash_testvec rmd128_tv_template[] = {
1816 static const struct hash_testvec rmd160_tv_template[] = {
1878 static const struct hash_testvec rmd256_tv_template[] = {
[all …]
Dtestmgr.c99 const struct hash_testvec *vecs;
191 struct crypto_ahash *tfm, const struct hash_testvec *template, in ahash_partial_update()
269 const struct hash_testvec *template, unsigned int tcount, in __test_hash()
577 const struct hash_testvec *template, in test_hash()
1827 static int __alg_test_hash(const struct hash_testvec *template, in __alg_test_hash()
1853 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash()