Lines Matching refs:nbytes
107 unsigned int nbytes = 0; in blkcipher_walk_done() local
110 unsigned int n = walk->nbytes - err; in blkcipher_walk_done()
120 nbytes = walk->total - n; in blkcipher_walk_done()
124 scatterwalk_done(&walk->in, 0, nbytes); in blkcipher_walk_done()
125 scatterwalk_done(&walk->out, 1, nbytes); in blkcipher_walk_done()
128 walk->total = nbytes; in blkcipher_walk_done()
129 walk->nbytes = nbytes; in blkcipher_walk_done()
131 if (nbytes) { in blkcipher_walk_done()
177 walk->nbytes = bsize; in blkcipher_next_slow()
188 memcpy(tmp, walk->src.virt.addr, walk->nbytes); in blkcipher_next_copy()
258 walk->nbytes = n; in blkcipher_walk_next()
330 walk->nbytes = walk->total; in blkcipher_walk_first()
430 return alg->encrypt(&desc, req->dst, req->src, req->nbytes); in async_encrypt()
443 return alg->decrypt(&desc, req->dst, req->src, req->nbytes); in async_decrypt()