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

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 17 Te4[x] = S [x].[01, 01, 01, 01];
98 static const ulong32 Te4[256] = {
316 #define Te4_0 0x000000FF & Te4
317 #define Te4_1 0x0000FF00 & Te4
318 #define Te4_2 0x00FF0000 & Te4
319 #define Te4_3 0xFF000000 & Te4
    [all...]
  /external/qemu/
aes.c 51 Te4[x] = S [x].[01, 01, 01, 01];
325 static const u32 Te4[256] = {
    [all...]
  /external/wpa_supplicant/
aes.c 61 Te4[x] = S [x].[01, 01, 01, 01];
336 static const u32 Te4[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 67 Te4[x] = S [x].[01, 01, 01, 01];
342 static const u32 Te4[256] = {
    [all...]

Completed in 169 milliseconds