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

/illumos-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s2437 .xword (Td3+0x0)
2463 .word (Td3+0x0)
5072 Td3: label
5585 .type Td3,#object
5586 .size Td3,2048
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c62 * Td3[x] = Si[x].[09, 0d, 0b, 0e];
596 static const uint32_t Td3[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[(t1 >> 8) & 0xff] ^ Td3[t
[all...]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c154 * Td3[x] = Si[x].[09, 0d, 0b, 0e];
713 static const uint32_t Td3[256] = variable
1054 Td3[Te4[rk[0] & 0xff] & 0xff];
1058 Td3[Te4[rk[1] & 0xff] & 0xff];
1062 Td3[Te4[rk[2] & 0xff] & 0xff];
1066 Td3[Te4[rk[3] & 0xff] & 0xff];
1264 Td3[Te4[rk[0] & 0xff] & 0xff];
1268 Td3[Te4[rk[1] & 0xff] & 0xff];
1272 Td3[Te4[rk[2] & 0xff] & 0xff];
1276 Td3[Te
[all...]

Completed in 77 milliseconds