drest            1410 drivers/crypto/hifn_795x.c 	unsigned int copy, drest = *drestp, nbytes = *nbytesp;
drest            1413 drivers/crypto/hifn_795x.c 	if (drest < size || size > nbytes)
drest            1417 drivers/crypto/hifn_795x.c 		copy = min3(drest, size, dst->length);
drest            1420 drivers/crypto/hifn_795x.c 		drest -= copy;
drest            1424 drivers/crypto/hifn_795x.c 			 __func__, copy, size, drest, nbytes);
drest            1431 drivers/crypto/hifn_795x.c 	*drestp = drest;