Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c216 if (queued <= crypto_ahash_blocksize(ahash)) in safexcel_ahash_send_req()
225 extra = queued & (crypto_ahash_blocksize(ahash) - 1); in safexcel_ahash_send_req()
230 extra = crypto_ahash_blocksize(ahash); in safexcel_ahash_send_req()
542 if (cache_len + areq->nbytes <= crypto_ahash_blocksize(ahash)) { in safexcel_ahash_cache()
624 safexcel_queued_len(req) > crypto_ahash_blocksize(ahash)) in safexcel_ahash_update()
690 memcpy(export->cache, req->cache, crypto_ahash_blocksize(ahash)); in safexcel_ahash_export()
713 memcpy(req->cache, export->cache, crypto_ahash_blocksize(ahash)); in safexcel_ahash_import()
/Linux-v4.19/include/crypto/
Dhash.h303 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c818 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
842 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()