Searched refs:drest (Results 1 – 1 of 1) sorted by relevance
1396 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in skcipher_add() local1399 if (drest < size || size > nbytes) in skcipher_add()1403 copy = min3(drest, size, dst->length); in skcipher_add()1406 drest -= copy; in skcipher_add()1410 __func__, copy, size, drest, nbytes); in skcipher_add()1417 *drestp = drest; in skcipher_add()