Home
last modified time | relevance | path

Searched refs:test_hash (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-samples.rst158 static int test_hash(const unsigned char *data, unsigned int datalen,
/Linux-v4.19/lib/
DMakefile52 obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o
/Linux-v4.19/crypto/
Dtestmgr.c576 static int test_hash(struct crypto_ahash *tfm, in test_hash() function
1841 err = test_hash(tfm, template, tcount, HASH_TEST_DIGEST); in __alg_test_hash()
1843 err = test_hash(tfm, template, tcount, HASH_TEST_FINAL); in __alg_test_hash()
1845 err = test_hash(tfm, template, tcount, HASH_TEST_FINUP); in __alg_test_hash()