Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Daes.c370 #define XTIME(x) (((x) << 1) ^ (((x) & 0x80) ? 0x1B : 0x00)) macro
388 x ^= XTIME(x); in aes_gen_tables()
396 x = XTIME(x); in aes_gen_tables()
427 y = XTIME(x); in aes_gen_tables()