Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Dhifn_795x.c1395 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in skcipher_add() local
1398 if (drest < size || size > nbytes) in skcipher_add()
1402 copy = min3(drest, size, dst->length); in skcipher_add()
1405 drest -= copy; in skcipher_add()
1409 __func__, copy, size, drest, nbytes); in skcipher_add()
1416 *drestp = drest; in skcipher_add()