Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Daes.c384 #define XTIME(x) ( ( x << 1 ) ^ ( ( x & 0x80 ) ? 0x1B : 0x00 ) ) macro
402 x = ( x ^ XTIME( x ) ) & 0xFF; in aes_gen_tables()
411 x = XTIME( x ) & 0xFF; in aes_gen_tables()
440 y = XTIME( x ) & 0xFF; in aes_gen_tables()