Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dsha.c191 unsigned int hash_later; in qce_ahash_update() local
220 hash_later = total % blocksize; in qce_ahash_update()
237 if (!hash_later) in qce_ahash_update()
238 hash_later = blocksize; in qce_ahash_update()
240 if (hash_later) { in qce_ahash_update()
241 unsigned int src_offset = req->nbytes - hash_later; in qce_ahash_update()
243 hash_later, 0); in qce_ahash_update()
247 nbytes = total - hash_later; in qce_ahash_update()
271 rctx->buflen = hash_later; in qce_ahash_update()