Searched refs:drest (Results 1 – 1 of 1) sorted by relevance
1410 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in ablkcipher_add() local1413 if (drest < size || size > nbytes) in ablkcipher_add()1417 copy = min3(drest, size, dst->length); in ablkcipher_add()1420 drest -= copy; in ablkcipher_add()1424 __func__, copy, size, drest, nbytes); in ablkcipher_add()1431 *drestp = drest; in ablkcipher_add()