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

  /external/openssl/crypto/aes/asm/
aes-ia64.S 53 te0=r40; te1=r41; te2=r42; te3=r43;
61 // Offsets from Te0
62 #define TE0 0
81 // te0
96 add te1=TE1,te0
101 add te2=TE2,te0
109 add te3=TE3,te0 };;
121 (p0) shladd te33=te33,3,te3 // 1/0:te0+s0>>24
136 (p0) shladd te00=te00,3,te0 // 3/0:te0+s0>>2
    [all...]
  /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/wpa_supplicant_8/src/crypto/
aes_i.h 17 extern const u32 Te0[256];
35 #define TE0(i) Te0[((i) >> 24) & 0xff]
75 #define TE0(i) Te0[((i) >> 24) & 0xff]
76 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
78 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
79 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000)
80 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000
    [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 110 milliseconds