Home
last modified time | relevance | path

Searched refs:Td4 (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_x86core.c127 Td4[x] = Si[x].[01];
430 static const u8 Td4[256] = { variable
893 prefetch256(Td4); in AES_decrypt()
895 t[0] = (u32)Td4[(s0 ) & 0xff] ^ in AES_decrypt()
896 (u32)Td4[(s3 >> 8) & 0xff] << 8 ^ in AES_decrypt()
897 (u32)Td4[(s2 >> 16) & 0xff] << 16 ^ in AES_decrypt()
898 (u32)Td4[(s1 >> 24) ] << 24; in AES_decrypt()
899 t[1] = (u32)Td4[(s1 ) & 0xff] ^ in AES_decrypt()
900 (u32)Td4[(s0 >> 8) & 0xff] << 8 ^ in AES_decrypt()
901 (u32)Td4[(s in AES_decrypt()
[all...]
H A Daes_core.c703 Td4[x] = Si[x].[01];
1235 static const u8 Td4[256] = { variable
1783 ((u32)Td4[(t0 >> 24) ] << 24) ^ in AES_decrypt()
1784 ((u32)Td4[(t3 >> 16) & 0xff] << 16) ^ in AES_decrypt()
1785 ((u32)Td4[(t2 >> 8) & 0xff] << 8) ^ in AES_decrypt()
1786 ((u32)Td4[(t1 ) & 0xff]) ^ in AES_decrypt()
1790 ((u32)Td4[(t1 >> 24) ] << 24) ^ in AES_decrypt()
1791 ((u32)Td4[(t0 >> 16) & 0xff] << 16) ^ in AES_decrypt()
1792 ((u32)Td4[(t3 >> 8) & 0xff] << 8) ^ in AES_decrypt()
1793 ((u32)Td4[(t in AES_decrypt()
[all...]
/third_party/openssl/crypto/aes/
H A Daes_x86core.c127 Td4[x] = Si[x].[01];
430 static const u8 Td4[256] = { variable
893 prefetch256(Td4); in AES_decrypt()
895 t[0] = (u32)Td4[(s0 ) & 0xff] ^ in AES_decrypt()
896 (u32)Td4[(s3 >> 8) & 0xff] << 8 ^ in AES_decrypt()
897 (u32)Td4[(s2 >> 16) & 0xff] << 16 ^ in AES_decrypt()
898 (u32)Td4[(s1 >> 24) ] << 24; in AES_decrypt()
899 t[1] = (u32)Td4[(s1 ) & 0xff] ^ in AES_decrypt()
900 (u32)Td4[(s0 >> 8) & 0xff] << 8 ^ in AES_decrypt()
901 (u32)Td4[(s in AES_decrypt()
[all...]
H A Daes_core.c703 Td4[x] = Si[x].[01];
1235 static const u8 Td4[256] = { variable
1783 ((u32)Td4[(t0 >> 24) ] << 24) ^ in AES_decrypt()
1784 ((u32)Td4[(t3 >> 16) & 0xff] << 16) ^ in AES_decrypt()
1785 ((u32)Td4[(t2 >> 8) & 0xff] << 8) ^ in AES_decrypt()
1786 ((u32)Td4[(t1 ) & 0xff]) ^ in AES_decrypt()
1790 ((u32)Td4[(t1 >> 24) ] << 24) ^ in AES_decrypt()
1791 ((u32)Td4[(t0 >> 16) & 0xff] << 16) ^ in AES_decrypt()
1792 ((u32)Td4[(t3 >> 8) & 0xff] << 8) ^ in AES_decrypt()
1793 ((u32)Td4[(t in AES_decrypt()
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/aes/
H A Daes-mips.S893 lw $16,1024($7) # prefetch Td4
914 lbu $12,1024($1) # Td4[s3>>16]
916 lbu $13,1024($2) # Td4[s0>>16]
918 lbu $14,1024($24) # Td4[s1>>16]
920 lbu $15,1024($25) # Td4[s2>>16]
933 lbu $16,1024($1) # Td4[s2>>8]
935 lbu $17,1024($2) # Td4[s3>>8]
937 lbu $18,1024($24) # Td4[s0>>8]
939 lbu $19,1024($25) # Td4[s1>>8]
942 lbu $20,1024($1) # Td4[s
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/aes/
H A Daes-mips.S893 lw $16,1024($7) # prefetch Td4
914 lbu $12,1024($1) # Td4[s3>>16]
916 lbu $13,1024($2) # Td4[s0>>16]
918 lbu $14,1024($24) # Td4[s1>>16]
920 lbu $15,1024($25) # Td4[s2>>16]
933 lbu $16,1024($1) # Td4[s2>>8]
935 lbu $17,1024($2) # Td4[s3>>8]
937 lbu $18,1024($24) # Td4[s0>>8]
939 lbu $19,1024($25) # Td4[s1>>8]
942 lbu $20,1024($1) # Td4[s
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes_i.h26 extern const u32 Td4[256];
57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
59 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
60 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)
H A Daes-internal.c61 Td4[x] = Si[x].[01, 01, 01, 01];
663 const u32 Td4[256] = { variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes_i.h26 extern const u32 Td4[256];
57 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
58 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
59 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
60 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)
H A Daes-internal.c61 Td4[x] = Si[x].[01, 01, 01, 01];
663 const u32 Td4[256] = { variable
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S777 # Td4[256]
934 l %r1,2048(%r12) # prefetch Td4
954 llgc %r7,2048(%r7,%r12) # Td4[s0>>24]
955 llgc %r1,2048(%r1,%r12) # Td4[s0>>16]
956 llgc %r2,2048(%r2,%r12) # Td4[s0>>8]
958 llgc %r3,2048(%r8,%r12) # Td4[s0>>0]
962 llgc %r9,2048(%r9,%r12) # Td4[s1>>0]
963 llgc %r5,2048(%r5,%r12) # Td4[s1>>24]
964 llgc %r6,2048(%r6,%r12) # Td4[s1>>16]
966 llgc %r7,2048(%r14,%r12) # Td4[s
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S777 # Td4[256]
934 l %r1,2048(%r12) # prefetch Td4
954 llgc %r7,2048(%r7,%r12) # Td4[s0>>24]
955 llgc %r1,2048(%r1,%r12) # Td4[s0>>16]
956 llgc %r2,2048(%r2,%r12) # Td4[s0>>8]
958 llgc %r3,2048(%r8,%r12) # Td4[s0>>0]
962 llgc %r9,2048(%r9,%r12) # Td4[s1>>0]
963 llgc %r5,2048(%r5,%r12) # Td4[s1>>24]
964 llgc %r6,2048(%r6,%r12) # Td4[s1>>16]
966 llgc %r7,2048(%r14,%r12) # Td4[s
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S777 # Td4[256]
934 l %r1,2048(%r12) # prefetch Td4
954 llgc %r7,2048(%r7,%r12) # Td4[s0>>24]
955 llgc %r1,2048(%r1,%r12) # Td4[s0>>16]
956 llgc %r2,2048(%r2,%r12) # Td4[s0>>8]
958 llgc %r3,2048(%r8,%r12) # Td4[s0>>0]
962 llgc %r9,2048(%r9,%r12) # Td4[s1>>0]
963 llgc %r5,2048(%r5,%r12) # Td4[s1>>24]
964 llgc %r6,2048(%r6,%r12) # Td4[s1>>16]
966 llgc %r7,2048(%r14,%r12) # Td4[s
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S777 # Td4[256]
934 l %r1,2048(%r12) # prefetch Td4
954 llgc %r7,2048(%r7,%r12) # Td4[s0>>24]
955 llgc %r1,2048(%r1,%r12) # Td4[s0>>16]
956 llgc %r2,2048(%r2,%r12) # Td4[s0>>8]
958 llgc %r3,2048(%r8,%r12) # Td4[s0>>0]
962 llgc %r9,2048(%r9,%r12) # Td4[s1>>0]
963 llgc %r5,2048(%r5,%r12) # Td4[s1>>24]
964 llgc %r6,2048(%r6,%r12) # Td4[s1>>16]
966 llgc %r7,2048(%r14,%r12) # Td4[s
[all...]
/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-alg-fst.c52 Td4[x] = Si[x].[01, 01, 01, 01];
651 static const u32 Td4[256] = { variable
1194 (Td4[(t0 >> 24) ] & 0xff000000) ^ in rijndaelDecrypt()
1195 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^ in rijndaelDecrypt()
1196 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^ in rijndaelDecrypt()
1197 (Td4[(t1 ) & 0xff] & 0x000000ff) ^ in rijndaelDecrypt()
1201 (Td4[(t1 >> 24) ] & 0xff000000) ^ in rijndaelDecrypt()
1202 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^ in rijndaelDecrypt()
1203 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^ in rijndaelDecrypt()
1204 (Td4[(t in rijndaelDecrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-armv4.pl938 @ Td4[256]
1167 ldr $t2,[$tbl,#0] @ prefetch Td4
1176 ldrb $s0,[$tbl,$s0] @ Td4[s0>>24]
1177 ldrb $t1,[$tbl,$i1] @ Td4[s0>>16]
1179 ldrb $t2,[$tbl,$i2] @ Td4[s0>>8]
1181 ldrb $t3,[$tbl,$i3] @ Td4[s0>>0]
1185 ldrb $i1,[$tbl,$i1] @ Td4[s1>>0]
1186 ldrb $s1,[$s1] @ Td4[s1>>24]
1187 ldrb $i2,[$tbl,$i2] @ Td4[s1>>16]
1189 ldrb $i3,[$tbl,$i3] @ Td4[s
[all...]
H A Daes-ppc.pl1094 lwz $acc08,`2048+0`($Tbl0) ! prefetch Td4
H A Daes-c64xplus.pl423 ADD.D ${TEA},A0,${TEA} ; point to Td4
/third_party/openssl/crypto/aes/asm/
H A Daes-armv4.pl938 @ Td4[256]
1167 ldr $t2,[$tbl,#0] @ prefetch Td4
1176 ldrb $s0,[$tbl,$s0] @ Td4[s0>>24]
1177 ldrb $t1,[$tbl,$i1] @ Td4[s0>>16]
1179 ldrb $t2,[$tbl,$i2] @ Td4[s0>>8]
1181 ldrb $t3,[$tbl,$i3] @ Td4[s0>>0]
1185 ldrb $i1,[$tbl,$i1] @ Td4[s1>>0]
1186 ldrb $s1,[$s1] @ Td4[s1>>24]
1187 ldrb $i2,[$tbl,$i2] @ Td4[s1>>16]
1189 ldrb $i3,[$tbl,$i3] @ Td4[s
[all...]
H A Daes-ppc.pl1094 lwz $acc08,`2048+0`($Tbl0) ! prefetch Td4
H A Daes-c64xplus.pl423 ADD.D ${TEA},A0,${TEA} ; point to Td4

Completed in 26 milliseconds