Searched refs:drest (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c1463 unsigned int copy, drest = *drestp, nbytes = *nbytesp; ablkcipher_add() local
1466 if (drest < size || size > nbytes) ablkcipher_add()
1470 copy = min3(drest, size, dst->length); ablkcipher_add()
1473 drest -= copy; ablkcipher_add()
1476 dprintk("%s: copy: %u, size: %u, drest: %u, nbytes: %u.\n", ablkcipher_add()
1477 __func__, copy, size, drest, nbytes); ablkcipher_add()
1484 *drestp = drest; ablkcipher_add()

Completed in 55 milliseconds