Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.c319 unsigned int read, to_consume = req->nbytes; in __eip93_hash_update() local
334 while (to_consume > max_read) { in __eip93_hash_update()
356 to_consume -= read; in __eip93_hash_update()
362 rctx->data + offset, to_consume, in __eip93_hash_update()