srest            1616 drivers/crypto/hifn_795x.c 	unsigned int srest = *srestp, nbytes = *nbytesp, copy;
srest            1620 drivers/crypto/hifn_795x.c 	if (srest < size || size > nbytes)
srest            1624 drivers/crypto/hifn_795x.c 		copy = min3(srest, dst->length, size);
srest            1632 drivers/crypto/hifn_795x.c 		srest -= copy;
srest            1637 drivers/crypto/hifn_795x.c 			 __func__, copy, size, srest, nbytes);
srest            1644 drivers/crypto/hifn_795x.c 	*srestp = srest;