Searched refs:srest (Results 1 – 1 of 1) sorted by relevance
1625 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() local1629 if (srest < size || size > nbytes) in ablkcipher_get()1633 copy = min3(srest, dst->length, size); in ablkcipher_get()1641 srest -= copy; in ablkcipher_get()1646 __func__, copy, size, srest, nbytes); in ablkcipher_get()1653 *srestp = srest; in ablkcipher_get()