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

  /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...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 31 extern const u32 Td3[256];
58 #define TD3(i) Td3[(i) & 0xff]
66 #define TD3_(i) Td3[(i) & 0xff]
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
  /external/wpa_supplicant/
aes.c 66 Td3[x] = Si[x].[09, 0d, 0b, 0e];
603 static const u32 Td3[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 72 Td3[x] = Si[x].[09, 0d, 0b, 0e];
609 static const u32 Td3[256] = {
    [all...]

Completed in 350 milliseconds