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

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 17 extern const u32 Te0[256];
35 #define TE0(i) Te0[((i) >> 24) & 0xff]
71 #define TE0(i) Te0[((i) >> 24) & 0xff]
72 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
73 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
74 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
75 #define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000)
76 #define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000
    [all...]
aes-internal.c 52 Te0[x] = S [x].[02, 01, 01, 03];
65 const u32 Te0[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 44 Te0[x] = S [x].[02, 01, 01, 03];
56 static const u32 Te0[256] = {
    [all...]
aes_x86core.c 108 Te0[x] = S [x].[02, 01, 01, 03];
113 #define Te0 (u32)((u64*)((u8*)Te+0))
712 t[0] = Te0[(s0 ) & 0xff] ^
717 t[1] = Te0[(s1 ) & 0xff] ^
722 t[2] = Te0[(s2 ) & 0xff] ^
727 t[3] = Te0[(s3 ) & 0xff] ^
778 t[0] = Te0[(s0 ) & 0xff] ^
783 t[1] = Te0[(s1 ) & 0xff] ^
788 t[2] = Te0[(s2 ) & 0xff] ^
793 t[3] = Te0[(s3 ) & 0xff]
    [all...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 66 Te0(byte(s0, 3)) ^
71 Te0(byte(s1, 3)) ^
76 Te0(byte(s2, 3)) ^
81 Te0(byte(s3, 3)) ^
  /external/openssh/
rijndael.c 38 Te0[x] = S [x].[02, 01, 01, 03];
51 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/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 318 Te0(byte(s0, 3)) ^
324 Te0(byte(s1, 3)) ^
330 Te0(byte(s2, 3)) ^
336 Te0(byte(s3, 3)) ^
356 Te0(byte(s0, 3)) ^
362 Te0(byte(s1, 3)) ^
368 Te0(byte(s2, 3)) ^
374 Te0(byte(s3, 3)) ^
386 Te0(byte(t0, 3)) ^
392 Te0(byte(t1, 3))
    [all...]
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_6/wpa_supplicant/src/crypto/
aes.c 63 Te0[x] = S [x].[02, 01, 01, 03];
76 static const u32 Te0[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.s 108 lw $16,0($1) # Te0[s0>>24]
109 lw $17,0($2) # Te0[s1>>24]
110 lw $18,0($24) # Te0[s2>>24]
111 lw $19,0($25) # Te0[s3>>24]
1011 .byte 0xc6,0x63,0x63,0xa5, 0xf8,0x7c,0x7c,0x84 # Te0
aes-armv4.s 241 ldr r0,[r10,r0,lsl#2] @ Te0[s0>>24]
248 ldr r1,[r10,r1,lsl#2] @ Te0[s1>>24]
261 ldr r2,[r10,r2,lsl#2] @ Te0[s2>>24]
276 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]

Completed in 216 milliseconds