Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Daes.c372 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 ) macro
443 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()