ByteMultiply 970 magick/cipher.c beta[i]|=(ByteMultiply(0xe,(alpha[i] >> (8*j)) & 0xff) ^ ByteMultiply 971 magick/cipher.c ByteMultiply(0xb,(alpha[i] >> (8*((j+1) % 4))) & 0xff) ^ ByteMultiply 972 magick/cipher.c ByteMultiply(0xd,(alpha[i] >> (8*((j+2) % 4))) & 0xff) ^ ByteMultiply 973 magick/cipher.c ByteMultiply(0x9,(alpha[i] >> (8*((j+3) % 4))) & 0xff)) << (8*j);