Searched refs:srest (Results 1 – 1 of 1) sorted by relevance
1619 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in skcipher_get() local1623 if (srest < size || size > nbytes) in skcipher_get()1627 copy = min3(srest, dst->length, size); in skcipher_get()1635 srest -= copy; in skcipher_get()1640 __func__, copy, size, srest, nbytes); in skcipher_get()1647 *srestp = srest; in skcipher_get()