Searched refs:XTIME (Results 1 – 1 of 1) sorted by relevance
394 #define XTIME(x) ( ( (x) << 1 ) ^ ( ( (x) & 0x80 ) ? 0x1B : 0x00 ) ) macro412 x = ( x ^ XTIME( x ) ) & 0xFF; in aes_gen_tables()421 x = XTIME( x ) & 0xFF; in aes_gen_tables()450 y = XTIME( x ) & 0xFF; in aes_gen_tables()
Completed in 5 milliseconds