Searched refs:crypto_ahash_blocksize (Results 1 – 3 of 3) sorted by relevance
216 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()
303 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
818 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()842 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()