HomeSort by relevance Sort by last modified time
    Searched defs:TE2 (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;
63 #define TE2 2
101 add te2=TE2,te0
127 (p0) shladd te22=te22,3,te2 // 2/0:te2+s2>>8&0xff
130 (p0) shladd te23=te23,3,te2 // 2/1:te2+s3>>8
132 { .mmi; (p0) ld4 te22=[te22] // 3/0:te2[s2>>8]
133 (p0) shladd te20=te20,3,te2 // 3/2:te2+s0>>
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes_tab.c 15 Te2[x] = S [x].[01, 03, 02, 01];
308 #define Te2(x) RORc(TE0[x], 16)
325 #define Te2(x) TE2[x]
399 static const ulong32 TE2[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 19 extern const u32 Te2[256];
37 #define TE2(i) Te2[((i) >> 8) & 0xff]
77 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 65 Te2[x] = S [x].[01, 03, 02, 01];
209 static const u32 Te2[256] = {
    [all...]

Completed in 301 milliseconds