Lines Matching refs:nbytes
106 unsigned int nbytes = 0; in blkcipher_walk_done() local
109 unsigned int n = walk->nbytes - err; in blkcipher_walk_done()
119 nbytes = walk->total - n; in blkcipher_walk_done()
123 scatterwalk_done(&walk->in, 0, nbytes); in blkcipher_walk_done()
124 scatterwalk_done(&walk->out, 1, nbytes); in blkcipher_walk_done()
127 walk->total = nbytes; in blkcipher_walk_done()
128 walk->nbytes = nbytes; in blkcipher_walk_done()
130 if (nbytes) { in blkcipher_walk_done()
176 walk->nbytes = bsize; in blkcipher_next_slow()
187 memcpy(tmp, walk->src.virt.addr, walk->nbytes); in blkcipher_next_copy()
257 walk->nbytes = n; in blkcipher_walk_next()
328 walk->nbytes = walk->total; in blkcipher_walk_first()
429 return alg->encrypt(&desc, req->dst, req->src, req->nbytes); in async_encrypt()
442 return alg->decrypt(&desc, req->dst, req->src, req->nbytes); in async_decrypt()