Searched refs:test_hash (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/Documentation/crypto/ |
D | api-samples.rst | 158 static int test_hash(const unsigned char *data, unsigned int datalen,
|
/Linux-v4.19/lib/ |
D | Makefile | 52 obj-$(CONFIG_TEST_HASH) += test_hash.o test_siphash.o
|
/Linux-v4.19/crypto/ |
D | testmgr.c | 576 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()
|