Home
last modified time | relevance | path

Searched refs:oremain (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c83 unsigned int oremain; member
92 if (p->oremain < dlen) in update_param()
98 p->oremain -= dlen; in update_param()
165 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress()
174 if (p->oremain == 0 || hdrsize + c->minimum > dlen) in compress()
207 dlen = min(p->oremain, BOUNCE_BUFFER_SIZE); in compress()
267 p.oremain = *dlen; in nx842_crypto_compress()
283 p.oremain % c.multiple || in nx842_crypto_compress()
284 p.oremain < c.minimum || in nx842_crypto_compress()
285 p.oremain > in nx842_crypto_compress()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-842.c83 unsigned int oremain; member
92 if (p->oremain < dlen) in update_param()
98 p->oremain -= dlen; in update_param()
165 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress()
174 if (p->oremain == 0 || hdrsize + c->minimum > dlen) in compress()
207 dlen = min(p->oremain, BOUNCE_BUFFER_SIZE); in compress()
267 p.oremain = *dlen; in nx842_crypto_compress()
283 p.oremain % c.multiple || in nx842_crypto_compress()
284 p.oremain < c.minimum || in nx842_crypto_compress()
285 p.oremain > in nx842_crypto_compress()
[all...]

Completed in 3 milliseconds