Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dhifn_795x.c1461 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in ablkcipher_add() local
1464 if (drest < size || size > nbytes) in ablkcipher_add()
1468 copy = min3(drest, size, dst->length); in ablkcipher_add()
1471 drest -= copy; in ablkcipher_add()
1475 __func__, copy, size, drest, nbytes); in ablkcipher_add()
1482 *drestp = drest; in ablkcipher_add()