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