Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daes.c371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0)
379 uint8_t pow[256]; in aes_gen_tables() local
386 pow[i] = x; in aes_gen_tables()
408 x = pow[255 - log[i]]; in aes_gen_tables()