Searched refs:srest (Results 1 – 1 of 1) sorted by relevance
1722 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() local1726 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()