Lines Matching refs:nbytes
107 unsigned int n = walk->nbytes; in skcipher_walk_done()
108 unsigned int nbytes = 0; in skcipher_walk_done() local
115 nbytes = walk->total - n; in skcipher_walk_done()
140 nbytes = 0; in skcipher_walk_done()
148 walk->total = nbytes; in skcipher_walk_done()
149 walk->nbytes = 0; in skcipher_walk_done()
153 scatterwalk_done(&walk->in, 0, nbytes); in skcipher_walk_done()
154 scatterwalk_done(&walk->out, 1, nbytes); in skcipher_walk_done()
156 if (nbytes) { in skcipher_walk_done()
280 walk->nbytes = bsize; in skcipher_next_slow()
292 memcpy(tmp, walk->src.virt.addr, walk->nbytes); in skcipher_next_copy()
306 p->len = walk->nbytes; in skcipher_next_copy()
309 if (offset_in_page(walk->page) + walk->nbytes + walk->stride > in skcipher_next_copy()
313 walk->page += walk->nbytes; in skcipher_next_copy()
376 walk->nbytes = min_t(unsigned, n, in skcipher_walk_next()
383 walk->nbytes = n; in skcipher_walk_next()
455 walk->nbytes = 0; in skcipher_walk_skcipher()
517 walk->nbytes = 0; in skcipher_walk_aead_common()