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

/illumos-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s2438 .xword (Td4+0x0)
2465 .word (Td4+0x0)
5591 Td4: label
5848 .type Td4,#object
5849 .size Td4,1024
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c63 * Td4[x] = Si[x].[01, 01, 01, 01];
662 static const uint32_t Td4[256] = { variable
1099 (Td4[(t0 >> 24)] & 0xff000000) ^
1100 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1101 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1102 (Td4[(t1) & 0xff] & 0x000000ff) ^
1106 (Td4[(t1 >> 24)] & 0xff000000) ^
1107 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1108 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1109 (Td4[(t
[all...]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c155 * Td4[x] = Si[x].[01, 01, 01, 01];
783 static const uint32_t Td4[256] = variable
1528 s0 = (Td4[t0 >> 24] & 0xff000000) ^
1529 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1530 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1531 (Td4[t1 & 0xff] & 0x000000ff) ^
1535 s1 = (Td4[t1 >> 24] & 0xff000000) ^
1536 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1537 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1538 (Td4[t
[all...]

Completed in 78 milliseconds