Searched defs:Td2 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s2436 .xword (Td2+0x0)
2461 .word (Td2+0x0)
4554 Td2: label
5067 .type Td2,#object
5068 .size Td2,2048
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c61 * Td2[x] = Si[x].[0d, 0b, 0e, 09];
530 static const uint32_t Td2[256] = { variable
1007 ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff]
1009 ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff]
1011 ^ Td2[(s0 >> 8) & 0xff] ^ Td3[s3 & 0xff]
1013 ^ Td2[(s1 >> 8) & 0xff] ^ Td3[s0 & 0xff]
1015 ^ Td2[(t2 >> 8) & 0xff] ^ Td3[t1 & 0xff]
1017 ^ Td2[(t3 >> 8) & 0xff] ^ Td3[t2 & 0xff]
1019 ^ Td2[(t0 >> 8) & 0xff] ^ Td3[t3 & 0xff]
1021 ^ Td2[(t
[all...]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c153 * Td2[x] = Si[x].[0d, 0b, 0e, 09];
645 static const uint32_t Td2[256] = variable
1053 Td2[Te4[(rk[0] >> 8) & 0xff] & 0xff] ^
1057 Td2[Te4[(rk[1] >> 8) & 0xff] & 0xff] ^
1061 Td2[Te4[(rk[2] >> 8) & 0xff] & 0xff] ^
1065 Td2[Te4[(rk[3] >> 8) & 0xff] & 0xff] ^
1263 Td2[Te4[(rk[0] >> 8) & 0xff] & 0xff] ^
1267 Td2[Te4[(rk[1] >> 8) & 0xff] & 0xff] ^
1271 Td2[Te4[(rk[2] >> 8) & 0xff] & 0xff] ^
1275 Td2[Te
[all...]

Completed in 53 milliseconds