Searched refs:srest (Results 1 – 1 of 1) sorted by relevance
1601 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in skcipher_get() local1605 if (srest < size || size > nbytes) in skcipher_get()1609 copy = min3(srest, dst->length, size); in skcipher_get()1617 srest -= copy; in skcipher_get()1622 __func__, copy, size, srest, nbytes); in skcipher_get()1629 *srestp = srest; in skcipher_get()