Searched refs:ByteSubTransform (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dcipher.c313 static inline unsigned int ByteSubTransform(unsigned int x,
487 key[i]=ByteSubTransform(alpha,SBox);
1057 alpha=ByteSubTransform(RotateRight(alpha),SBox) ^ beta;
1062 alpha=ByteSubTransform(alpha,SBox);
305 static inline unsigned int ByteSubTransform(unsigned int x, function

Completed in 136 milliseconds