Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Dhifn_795x.c1616 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() local
1620 if (srest < size || size > nbytes) in ablkcipher_get()
1624 copy = min3(srest, dst->length, size); in ablkcipher_get()
1632 srest -= copy; in ablkcipher_get()
1637 __func__, copy, size, srest, nbytes); in ablkcipher_get()
1644 *srestp = srest; in ablkcipher_get()