Searched refs:MUL (Results 1 – 1 of 1) sorted by relevance
372 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 ) macro443 RT0[i] = ( (uint32_t) MUL( 0x0E, x ) ) ^ in aes_gen_tables()444 ( (uint32_t) MUL( 0x09, x ) << 8 ) ^ in aes_gen_tables()445 ( (uint32_t) MUL( 0x0D, x ) << 16 ) ^ in aes_gen_tables()446 ( (uint32_t) MUL( 0x0B, x ) << 24 ); in aes_gen_tables()