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