Searched refs:srest (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c1724 unsigned int srest = *srestp, nbytes = *nbytesp, copy; ablkcipher_get() local
1728 if (srest < size || size > nbytes) ablkcipher_get()
1732 copy = min3(srest, dst->length, size); ablkcipher_get()
1740 srest -= copy; ablkcipher_get()
1744 dprintk("%s: copy: %u, size: %u, srest: %u, nbytes: %u.\n", ablkcipher_get()
1745 __func__, copy, size, srest, nbytes); ablkcipher_get()
1752 *srestp = srest; ablkcipher_get()

Completed in 58 milliseconds