Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dhifn_795x.c1619 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in skcipher_get() local
1623 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()