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

  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 13 Te0[x] = S [x].[02, 01, 01, 03];
30 static const ulong32 TE0[256] = {
306 #define Te0(x) TE0[x]
307 #define Te1(x) RORc(TE0[x], 8)
308 #define Te2(x) RORc(TE0[x], 16)
309 #define Te3(x) RORc(TE0[x], 24)
323 #define Te0(x) TE0[x]
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 47 Te0[x] = S [x].[02, 01, 01, 03];
59 static const u32 Te0[256] = {
    [all...]
  /external/qemu/
aes.c 47 Te0[x] = S [x].[02, 01, 01, 03];
60 static const u32 Te0[256] = {
    [all...]
  /external/wpa_supplicant/
aes.c 57 Te0[x] = S [x].[02, 01, 01, 03];
70 static const u32 Te0[256] = {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 63 Te0[x] = S [x].[02, 01, 01, 03];
76 static const u32 Te0[256] = {
    [all...]

Completed in 124 milliseconds