pbytes 298 arch/powerpc/crypto/aes-spe-glue.c unsigned int pbytes, ubytes; pbytes 305 arch/powerpc/crypto/aes-spe-glue.c while ((pbytes = walk.nbytes)) { pbytes 306 arch/powerpc/crypto/aes-spe-glue.c pbytes = pbytes > MAX_BYTES ? MAX_BYTES : pbytes; pbytes 307 arch/powerpc/crypto/aes-spe-glue.c pbytes = pbytes == nbytes ? pbytes 308 arch/powerpc/crypto/aes-spe-glue.c nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); pbytes 309 arch/powerpc/crypto/aes-spe-glue.c ubytes = walk.nbytes - pbytes; pbytes 313 arch/powerpc/crypto/aes-spe-glue.c ctx->key_enc, ctx->rounds, pbytes , walk.iv); pbytes 316 arch/powerpc/crypto/aes-spe-glue.c nbytes -= pbytes;