Searched refs:srest (Results 1 – 1 of 1) sorted by relevance
1602 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in skcipher_get() local1606 if (srest < size || size > nbytes) in skcipher_get()1610 copy = min3(srest, dst->length, size); in skcipher_get()1618 srest -= copy; in skcipher_get()1623 __func__, copy, size, srest, nbytes); in skcipher_get()1630 *srestp = srest; in skcipher_get()