Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Daes.c371 #define XTIME(x) ( ( (x) << 1 ) ^ ( ( (x) & 0x80 ) ? 0x1B : 0x00 ) ) macro
389 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()

Completed in 4 milliseconds