Home
last modified time | relevance | path

Searched refs:MUL (Results 1 – 1 of 1) sorted by relevance

/net-tools-2.7.6/mbedtls-2.4.0/library/
Daes.c385 #define MUL(x,y) ( ( x && y ) ? pow[(log[x]+log[y]) % 255] : 0 ) macro
454 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()