• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/

Lines Matching defs:nbytes

100 	unsigned int nbytes;
102 while ((nbytes = walk->nbytes)) {
104 unsigned int n = nbytes & ~(DES_BLOCK_SIZE - 1);
111 nbytes &= DES_BLOCK_SIZE - 1;
112 ret = blkcipher_walk_done(desc, walk, nbytes);
122 unsigned int nbytes = walk->nbytes;
124 if (!nbytes)
130 unsigned int n = nbytes & ~(DES_BLOCK_SIZE - 1);
137 nbytes &= DES_BLOCK_SIZE - 1;
138 ret = blkcipher_walk_done(desc, walk, nbytes);
139 } while ((nbytes = walk->nbytes));
148 unsigned int nbytes)
153 blkcipher_walk_init(&walk, dst, src, nbytes);
159 unsigned int nbytes)
164 blkcipher_walk_init(&walk, dst, src, nbytes);
191 unsigned int nbytes)
196 blkcipher_walk_init(&walk, dst, src, nbytes);
202 unsigned int nbytes)
207 blkcipher_walk_init(&walk, dst, src, nbytes);
304 struct scatterlist *src, unsigned int nbytes)
309 blkcipher_walk_init(&walk, dst, src, nbytes);
315 struct scatterlist *src, unsigned int nbytes)
320 blkcipher_walk_init(&walk, dst, src, nbytes);
348 struct scatterlist *src, unsigned int nbytes)
353 blkcipher_walk_init(&walk, dst, src, nbytes);
359 struct scatterlist *src, unsigned int nbytes)
364 blkcipher_walk_init(&walk, dst, src, nbytes);
466 struct scatterlist *src, unsigned int nbytes)
471 blkcipher_walk_init(&walk, dst, src, nbytes);
477 struct scatterlist *src, unsigned int nbytes)
482 blkcipher_walk_init(&walk, dst, src, nbytes);
510 struct scatterlist *src, unsigned int nbytes)
515 blkcipher_walk_init(&walk, dst, src, nbytes);
521 struct scatterlist *src, unsigned int nbytes)
526 blkcipher_walk_init(&walk, dst, src, nbytes);