Lines Matching defs:nbytes
180 while (walk->nbytes) {
181 int blocks = walk->nbytes / AES_BLOCK_SIZE;
182 u32 tail = walk->nbytes % AES_BLOCK_SIZE;
185 u32 nbytes = walk->nbytes;
187 if (nbytes == walk->total && tail > 0) {
195 if (nbytes < AES_BLOCK_SIZE)
196 bsize = nbytes;
208 nbytes -= bsize;
245 while (walk.nbytes) {
246 u32 tail = walk.nbytes % AES_BLOCK_SIZE;
248 if (walk.nbytes == walk.total)
254 walk.nbytes - tail, ctx->key_enc,
303 while (walk.nbytes) {
304 u32 tail = walk.nbytes % AES_BLOCK_SIZE;
306 if (walk.nbytes == walk.total)
312 walk.nbytes - tail, ctx->key_enc,