aes_sw32
# define aes_sw32 bswap32
# define aes_sw32 bswap_32
# define aes_sw32(x) ((brot((x),8) & 0x00ff00ff) | (brot((x),24) & 0xff00ff00))