Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dhifn_795x.c1722 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() local
1726 if (srest < size || size > nbytes) in ablkcipher_get()
1730 copy = min3(srest, dst->length, size); in ablkcipher_get()
1738 srest -= copy; in ablkcipher_get()
1743 __func__, copy, size, srest, nbytes); in ablkcipher_get()
1750 *srestp = srest; in ablkcipher_get()