HomeSort by relevance Sort by last modified time
    Searched defs:TE3 (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;
66 #define TE3 1
69 #define TE3 3
82 // te3 as AES_KEY->rounds!!!
97 add te3=-3,te3 };;
106 mov ar.lc=te3 }
109 add te3=TE3,te0 };;
121 (p0) shladd te33=te33,3,te3 // 1/0:te0+s0>>2
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 16 Te3[x] = S [x].[01, 01, 03, 02];
309 #define Te3(x) RORc(TE0[x], 24)
326 #define Te3(x) TE3[x]
465 static const ulong32 TE3[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 20 extern const u32 Te3[256];
38 #define TE3(i) Te3[(i) & 0xff]
78 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 66 Te3[x] = S [x].[01, 01, 03, 02];
275 static const u32 Te3[256] = {
    [all...]

Completed in 6205 milliseconds