HomeSort by relevance Sort by last modified time
    Searched defs:TD0 (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 19 Td0[x] = Si[x].[0e, 09, 0d, 0b];
168 static const ulong32 TD0[256] = {
311 #define Td0(x) TD0[x]
312 #define Td1(x) RORc(TD0[x], 8)
313 #define Td2(x) RORc(TD0[x], 16)
314 #define Td3(x) RORc(TD0[x], 24)
328 #define Td0(x) TD0[x]
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 28 extern const u32 Td0[256];
55 #define TD0(i) Td0[((i) >> 24) & 0xff]
63 #define TD0_(i) Td0[(i) & 0xff]
91 #define TD0(i) Td0[((i) >> 24) & 0xff]
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
99 #define TD0_(i) Td0[(i) & 0xff
    [all...]
  /external/wpa_supplicant/
aes.c 63 Td0[x] = Si[x].[0e, 09, 0d, 0b];
403 static const u32 Td0[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 69 Td0[x] = Si[x].[0e, 09, 0d, 0b];
409 static const u32 Td0[256] = {
    [all...]

Completed in 325 milliseconds