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

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes_i.h32 extern const u32 Td4[256];
59 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
60 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
61 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
62 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)
H A Daes-internal.c68 Td4[x] = Si[x].[01, 01, 01, 01];
670 const u32 Td4[256] = { variable
/freebsd-9.3-release/crypto/openssh/
H A Drijndael.c48 Td4[x] = Si[x].[01, 01, 01, 01];
647 static const u32 Td4[256] = { variable
1191 (Td4[(t0 >> 24) ] & 0xff000000) ^
1192 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1193 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1194 (Td4[(t1 ) & 0xff] & 0x000000ff) ^
1198 (Td4[(t1 >> 24) ] & 0xff000000) ^
1199 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1200 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1201 (Td4[(t
[all...]
/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael-alg-fst.c54 Td4[x] = Si[x].[01, 01, 01, 01];
653 static const u32 Td4[256] = { variable
1196 (Td4[(t0 >> 24) ] & 0xff000000) ^
1197 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1198 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1199 (Td4[(t1 ) & 0xff] & 0x000000ff) ^
1203 (Td4[(t1 >> 24) ] & 0xff000000) ^
1204 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1205 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1206 (Td4[(t
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A Daes_core.c56 Td4[x] = Si[x].[01];
588 static const u8 Td4[256] = { variable
1140 (Td4[(t0 >> 24) ] << 24) ^
1141 (Td4[(t3 >> 16) & 0xff] << 16) ^
1142 (Td4[(t2 >> 8) & 0xff] << 8) ^
1143 (Td4[(t1 ) & 0xff]) ^
1147 (Td4[(t1 >> 24) ] << 24) ^
1148 (Td4[(t0 >> 16) & 0xff] << 16) ^
1149 (Td4[(t3 >> 8) & 0xff] << 8) ^
1150 (Td4[(t
[all...]

Completed in 73 milliseconds