Searched refs:drest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | hifn_795x.c | 1413 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in skcipher_add() local 1416 if (drest < size || size > nbytes) in skcipher_add() 1420 copy = min3(drest, size, dst->length); in skcipher_add() 1423 drest -= copy; in skcipher_add() 1426 pr_debug("%s: copy: %u, size: %u, drest: %u, nbytes: %u.\n", in skcipher_add() 1427 __func__, copy, size, drest, nbytes); in skcipher_add() 1434 *drestp = drest; in skcipher_add()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | hifn_795x.c | 1413 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in skcipher_add() local 1416 if (drest < size || size > nbytes) in skcipher_add() 1420 copy = min3(drest, size, dst->length); in skcipher_add() 1423 drest -= copy; in skcipher_add() 1426 pr_debug("%s: copy: %u, size: %u, drest: %u, nbytes: %u.\n", in skcipher_add() 1427 __func__, copy, size, drest, nbytes); in skcipher_add() 1434 *drestp = drest; in skcipher_add()
|
Completed in 8 milliseconds