Searched refs:XTIME (Results 1 – 1 of 1) sorted by relevance
384 #define XTIME(x) ( ( x << 1 ) ^ ( ( x & 0x80 ) ? 0x1B : 0x00 ) ) macro402 x = ( x ^ XTIME( x ) ) & 0xFF; in aes_gen_tables()411 x = XTIME( x ) & 0xFF; in aes_gen_tables()440 y = XTIME( x ) & 0xFF; in aes_gen_tables()