Searched refs:XTIME (Results 1 – 1 of 1) sorted by relevance
370 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro388 x ^= XTIME(x); in aes_gen_tables()396 x = XTIME(x); in aes_gen_tables()427 y = XTIME(x); in aes_gen_tables()