OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TD3
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c
93
d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^
TD3
(s##1) ^ rk[4 * i]; \
94
d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^
TD3
(s##2) ^ rk[4 * i + 1]; \
95
d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^
TD3
(s##3) ^ rk[4 * i + 2]; \
96
d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^
TD3
(s##0) ^ rk[4 * i + 3]
aes_i.h
25
extern const u32
Td3
[256];
56
#define
TD3
(i)
Td3
[(i) & 0xff]
64
#define TD3_(i)
Td3
[(i) & 0xff]
96
#define
TD3
(i) rotr(Td0[(i) & 0xff], 24)
/external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c
22
Td3
[x] = Si[x].[09, 0d, 0b, 0e];
314
#define
Td3
(x) RORc(TD0[x], 24)
331
#define
Td3
(x)
TD3
[x]
[
all
...]
Completed in 52 milliseconds