Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Daes.c394 #define XTIME(x) ( ( (x) << 1 ) ^ ( ( (x) & 0x80 ) ? 0x1B : 0x00 ) ) macro
412 x = ( x ^ XTIME( x ) ) & 0xFF; in aes_gen_tables()
421 x = XTIME( x ) & 0xFF; in aes_gen_tables()
450 y = XTIME( x ) & 0xFF; in aes_gen_tables()

Completed in 5 milliseconds