Lines Matching defs:nbytes
76 unsigned int nbytes = walk->nbytes;
86 crypto_xor_cpy(dst, keystream, src, nbytes);
95 unsigned int nbytes;
107 while ((nbytes = walk.nbytes) >= AES_BLOCK_SIZE) {
113 nbytes / AES_BLOCK_SIZE,
121 } while ((nbytes -= AES_BLOCK_SIZE) >= AES_BLOCK_SIZE);
123 ret = skcipher_walk_done(&walk, nbytes);
125 if (nbytes) {