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

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_x86core.c 123 Td4[x] = Si[x].[01];
426 static const u8 Td4[256] = {
884 prefetch256(Td4);
886 t[0] = Td4[(s0 ) & 0xff] ^
887 Td4[(s3 >> 8) & 0xff] << 8 ^
888 Td4[(s2 >> 16) & 0xff] << 16 ^
889 Td4[(s1 >> 24) ] << 24;
890 t[1] = Td4[(s1 ) & 0xff] ^
891 Td4[(s0 >> 8) & 0xff] << 8 ^
892 Td4[(s3 >> 16) & 0xff] << 16
    [all...]
aes_core.c 53 Td4[x] = Si[x].[01];
585 static const u8 Td4[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 123 Td4[x] = Si[x].[01];
426 static const u8 Td4[256] = {
884 prefetch256(Td4);
886 t[0] = Td4[(s0 ) & 0xff] ^
887 Td4[(s3 >> 8) & 0xff] << 8 ^
888 Td4[(s2 >> 16) & 0xff] << 16 ^
889 Td4[(s1 >> 24) ] << 24;
890 t[1] = Td4[(s1 ) & 0xff] ^
891 Td4[(s0 >> 8) & 0xff] << 8 ^
892 Td4[(s3 >> 16) & 0xff] << 16
    [all...]
aes_core.c 53 Td4[x] = Si[x].[01];
585 static const u8 Td4[256] = {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 26 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)
aes-internal.c 61 Td4[x] = Si[x].[01, 01, 01, 01];
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 597 (Td4[byte(t0, 3)] & 0xff000000) ^
598 (Td4[byte(t3, 2)] & 0x00ff0000) ^
599 (Td4[byte(t2, 1)] & 0x0000ff00) ^
600 (Td4[byte(t1, 0)] & 0x000000ff) ^
604 (Td4[byte(t1, 3)] & 0xff000000) ^
605 (Td4[byte(t0, 2)] & 0x00ff0000) ^
606 (Td4[byte(t3, 1)] & 0x0000ff00) ^
607 (Td4[byte(t2, 0)] & 0x000000ff) ^
611 (Td4[byte(t2, 3)] & 0xff000000) ^
612 (Td4[byte(t1, 2)] & 0x00ff0000)
    [all...]
aes_tab.c 23 Td4[x] = Si[x].[01, 01, 01, 01];
235 static const ulong32 Td4[256] = {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-armv4.S 787 @ Td4[256]
1008 ldr r5,[r10,#0] @ prefetch Td4
1017 ldrb r0,[r10,r0] @ Td4[s0>>24]
1018 ldrb r4,[r10,r7] @ Td4[s0>>16]
1020 ldrb r5,[r10,r8] @ Td4[s0>>8]
1022 ldrb r6,[r10,r9] @ Td4[s0>>0]
1025 ldrb r7,[r10,r7] @ Td4[s1>>0]
1026 ldrb r1,[r10,r1,lsr#24] @ Td4[s1>>24]
1027 ldrb r8,[r10,r8] @ Td4[s1>>16]
1029 ldrb r9,[r10,r9] @ Td4[s1>>8
    [all...]
aes-mips.S 443 lw $16,1024($7) # prefetch Td4
464 lbu $12,1024($1) # Td4[s3>>16]
465 lbu $13,1024($2) # Td4[s0>>16]
466 lbu $14,1024($24) # Td4[s1>>16]
467 lbu $15,1024($25) # Td4[s2>>16]
481 lbu $16,1024($1) # Td4[s2>>8]
482 lbu $17,1024($2) # Td4[s3>>8]
483 lbu $18,1024($24) # Td4[s0>>8]
484 lbu $19,1024($25) # Td4[s1>>8]
494 lbu $20,1024($1) # Td4[s0>>24
    [all...]
aes-armv4.pl 845 @ Td4[256]
1066 ldr $t2,[$tbl,#0] @ prefetch Td4
1075 ldrb $s0,[$tbl,$s0] @ Td4[s0>>24]
1076 ldrb $t1,[$tbl,$i1] @ Td4[s0>>16]
1078 ldrb $t2,[$tbl,$i2] @ Td4[s0>>8]
1080 ldrb $t3,[$tbl,$i3] @ Td4[s0>>0]
1083 ldrb $i1,[$tbl,$i1] @ Td4[s1>>0]
1084 ldrb $s1,[$tbl,$s1,lsr#24] @ Td4[s1>>24]
1085 ldrb $i2,[$tbl,$i2] @ Td4[s1>>16]
1087 ldrb $i3,[$tbl,$i3] @ Td4[s1>>8
    [all...]
aes-ppc.pl 997 lwz $acc08,`2048+0`($Tbl0) ! prefetch Td4
    [all...]
  /external/openssl/crypto/aes/asm/
aes-armv4.S 787 @ Td4[256]
1008 ldr r5,[r10,#0] @ prefetch Td4
1017 ldrb r0,[r10,r0] @ Td4[s0>>24]
1018 ldrb r4,[r10,r7] @ Td4[s0>>16]
1020 ldrb r5,[r10,r8] @ Td4[s0>>8]
1022 ldrb r6,[r10,r9] @ Td4[s0>>0]
1025 ldrb r7,[r10,r7] @ Td4[s1>>0]
1026 ldrb r1,[r10,r1,lsr#24] @ Td4[s1>>24]
1027 ldrb r8,[r10,r8] @ Td4[s1>>16]
1029 ldrb r9,[r10,r9] @ Td4[s1>>8
    [all...]
aes-mips.S 443 lw $16,1024($7) # prefetch Td4
464 lbu $12,1024($1) # Td4[s3>>16]
465 lbu $13,1024($2) # Td4[s0>>16]
466 lbu $14,1024($24) # Td4[s1>>16]
467 lbu $15,1024($25) # Td4[s2>>16]
481 lbu $16,1024($1) # Td4[s2>>8]
482 lbu $17,1024($2) # Td4[s3>>8]
483 lbu $18,1024($24) # Td4[s0>>8]
484 lbu $19,1024($25) # Td4[s1>>8]
494 lbu $20,1024($1) # Td4[s0>>24
    [all...]
aes-armv4.pl 845 @ Td4[256]
1066 ldr $t2,[$tbl,#0] @ prefetch Td4
1075 ldrb $s0,[$tbl,$s0] @ Td4[s0>>24]
1076 ldrb $t1,[$tbl,$i1] @ Td4[s0>>16]
1078 ldrb $t2,[$tbl,$i2] @ Td4[s0>>8]
1080 ldrb $t3,[$tbl,$i3] @ Td4[s0>>0]
1083 ldrb $i1,[$tbl,$i1] @ Td4[s1>>0]
1084 ldrb $s1,[$tbl,$s1,lsr#24] @ Td4[s1>>24]
1085 ldrb $i2,[$tbl,$i2] @ Td4[s1>>16]
1087 ldrb $i3,[$tbl,$i3] @ Td4[s1>>8
    [all...]
aes-ppc.pl 997 lwz $acc08,`2048+0`($Tbl0) ! prefetch Td4
    [all...]
  /external/openssh/
rijndael.c 48 Td4[x] = Si[x].[01, 01, 01, 01];
    [all...]
  /external/qemu/
aes.c 57 Td4[x] = Si[x].[01, 01, 01, 01];
    [all...]

Completed in 793 milliseconds