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

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 22 extern const u32 Td0[256];
53 #define TD0(i) Td0[((i) >> 24) & 0xff]
61 #define TD0_(i) Td0[(i) & 0xff]
93 #define TD0(i) Td0[((i) >> 24) & 0xff]
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
96 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
101 #define TD0_(i) Td0[(i) & 0xff
    [all...]
aes-internal.c 57 Td0[x] = Si[x].[0e, 09, 0d, 0b];
397 const u32 Td0[256] = {
    [all...]
  /external/openssh/
rijndael.c 44 Td0[x] = Si[x].[0e, 09, 0d, 0b];
382 static const u32 Td0[256] = {
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 49 Td0[x] = Si[x].[0e, 09, 0d, 0b];
321 static const u32 Td0[256] = {
    [all...]
aes_x86core.c 119 Td0[x] = Si[x].[0e, 09, 0d, 0b];
125 #define Td0 (u32)((u64*)((u8*)Td+0))
624 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
629 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
634 Td0[Te2[(rk[2] ) & 0xff] & 0xff] ^
639 Td0[Te2[(rk[3] ) & 0xff] & 0xff] ^
    [all...]
  /external/qemu/
aes.c 53 Td0[x] = Si[x].[0e, 09, 0d, 0b];
391 static const u32 Td0[256] = {
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 107 return Td0(255 & Te4[byte(temp, 3)]) ^
496 Td0(byte(s0, 3)) ^
502 Td0(byte(s1, 3)) ^
508 Td0(byte(s2, 3)) ^
514 Td0(byte(s3, 3)) ^
535 Td0(byte(s0, 3)) ^
541 Td0(byte(s1, 3)) ^
547 Td0(byte(s2, 3)) ^
553 Td0(byte(s3, 3)) ^
566 Td0(byte(t0, 3))
    [all...]
aes_tab.c 19 Td0[x] = Si[x].[0e, 09, 0d, 0b];
168 static const ulong32 TD0[256] = {
311 #define Td0(x) TD0[x]
312 #define Td1(x) RORc(TD0[x], 8)
313 #define Td2(x) RORc(TD0[x], 16)
314 #define Td3(x) RORc(TD0[x], 24)
328 #define Td0(x) TD0[x]
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 69 Td0[x] = Si[x].[0e, 09, 0d, 0b];
409 static const u32 Td0[256] = {
    [all...]
  /external/openssl/crypto/aes/asm/
aes-mips.s 412 lw $16,0($1) # Td0[s0>>24]
413 lw $17,0($2) # Td0[s1>>24]
414 lw $18,0($24) # Td0[s2>>24]
415 lw $19,0($25) # Td0[s3>>24]
1177 .byte 0x51,0xf4,0xa7,0x50, 0x7e,0x41,0x65,0x53 # Td0
aes-armv4.s 952 ldr r0,[r10,r0,lsl#2] @ Td0[s0>>24]
959 ldr r1,[r10,r1,lsl#2] @ Td0[s1>>24]
972 ldr r2,[r10,r2,lsl#2] @ Td0[s2>>24]
987 ldr r3,[r10,r3,lsl#2] @ Td0[s3>>24]

Completed in 1032 milliseconds