Searched refs:Td0 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes_i.h22 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]
102 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
103 #define TD2_(i) rotr(Td0[(
[all...]
H A Daes-internal.c57 Td0[x] = Si[x].[0e, 09, 0d, 0b];
397 const u32 Td0[256] = { variable
/freebsd-13-stable/sys/crypto/rijndael/
H A Drijndael-alg-fst.c50 Td0[x] = Si[x].[0e, 09, 0d, 0b];
388 static const u32 Td0[256] = { variable
840 Td0[Te4[(rk[0] >> 24) ] & 0xff] ^
845 Td0[Te4[(rk[1] >> 24) ] & 0xff] ^
850 Td0[Te4[(rk[2] >> 24) ] & 0xff] ^
855 Td0[Te4[(rk[3] >> 24) ] & 0xff] ^
1060 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
1061 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
1062 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
1063 t3 = Td0[s
[all...]
/freebsd-13-stable/crypto/openssh/
H A Drijndael.c44 Td0[x] = Si[x].[0e, 09, 0d, 0b];
316 static const u32 Td0[256] = {
737 Td0[Te1[(rk[0] >> 24) ] & 0xff] ^
742 Td0[Te1[(rk[1] >> 24) ] & 0xff] ^
747 Td0[Te1[(rk[2] >> 24) ] & 0xff] ^
752 Td0[Te1[(rk[3] >> 24) ] & 0xff] ^
965 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
966 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
967 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
968 t3 = Td0[s
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl47 @Te0=@Td0=("A16","B16","A17","B17");
326 LDW *$KPA++[2],$Td0[0] ; zero round key
327 || LDW *$KPB++[2],$Td0[1]
332 LDW *$KPA++[2],$Td0[2]
333 || LDW *$KPB++[2],$Td0[3]
347 XOR $Td0[0],$s[0],$s[0]
348 || XOR $Td0[1],$s[1],$s[1]
362 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled
363 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
386 || EXTU $s[0],EXT0,24,$Td0[
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/
H A Daes_core.c683 Td0[x] = Si[x].[0e, 09, 0d, 0b];
955 static const u32 Td0[256] = { variable
1390 Td0[Te1[(rk[0] >> 24) ] & 0xff] ^
1395 Td0[Te1[(rk[1] >> 24) ] & 0xff] ^
1400 Td0[Te1[(rk[2] >> 24) ] & 0xff] ^
1405 Td0[Te1[(rk[3] >> 24) ] & 0xff] ^
1631 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
1632 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
1633 t2 = Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff] ^ rk[ 6];
1634 t3 = Td0[s
[all...]
H A Daes_x86core.c123 Td0[x] = Si[x].[0e, 09, 0d, 0b];
129 #define Td0 (u32)((u64*)((u8*)Td+0)) macro
630 Td0[Te2[(rk[0] ) & 0xff] & 0xff] ^
635 Td0[Te2[(rk[1] ) & 0xff] & 0xff] ^
640 Td0[Te2[(rk[2] ) & 0xff] & 0xff] ^
645 Td0[Te2[(rk[3] ) & 0xff] & 0xff] ^
944 t[0] = Td0[(s0 ) & 0xff] ^
949 t[1] = Td0[(s1 ) & 0xff] ^
954 t[2] = Td0[(s2 ) & 0xff] ^
959 t[3] = Td0[(s
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c73 * Td0[x] = Si[x].[0e, 09, 0d, 0b];
427 static const uint32_t Td0[256] = variable
925 rk[0] = Td0[Te4[rk[0] >> 24] & 0xff] ^
929 rk[1] = Td0[Te4[rk[1] >> 24] & 0xff] ^
933 rk[2] = Td0[Te4[rk[2] >> 24] & 0xff] ^
937 rk[3] = Td0[Te4[rk[3] >> 24] & 0xff] ^
1129 t0 = Td0[s0 >> 24] ^
1135 t1 = Td0[s1 >> 24] ^
1141 t2 = Td0[s2 >> 24] ^
1147 t3 = Td0[s
[all...]
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Daes-armv4.S1073 ldr r0,[r10,r0,lsl#2] @ Td0[s0>>24]
1080 ldr r1,[r10,r1,lsl#2] @ Td0[s1>>24]
1093 ldr r2,[r10,r2,lsl#2] @ Td0[s2>>24]
1108 ldr r3,[r10,r3,lsl#2] @ Td0[s3>>24]

Completed in 183 milliseconds