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