Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/aes/
A Daes_tab.c24 static const ulong32 TE0[256] = { variable
300 #define Te0(x) TE0[x]
301 #define Te1(x) RORc(TE0[x], 8)
302 #define Te2(x) RORc(TE0[x], 16)
303 #define Te3(x) RORc(TE0[x], 24)
317 #define Te0(x) TE0[x]

Completed in 3 milliseconds