Home
last modified time | relevance | path

Searched refs:crypto_ahash_blocksize (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/verity/
Dhash_algs.c78 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/Linux-v5.4/include/crypto/
Dhash.h306 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c814 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
838 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c792 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1212 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1434 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/Linux-v5.4/crypto/
Dtestmgr.c1557 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()