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

/opensolaris-onvv-gate/usr/src/common/crypto/aes/
H A Daes_impl.c157 * Td4[x] = Si[x].[01, 01, 01, 01];
785 static const uint32_t Td4[256] = variable
1530 s0 = (Td4[t0 >> 24] & 0xff000000) ^
1531 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1532 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1533 (Td4[t1 & 0xff] & 0x000000ff) ^
1537 s1 = (Td4[t1 >> 24] & 0xff000000) ^
1538 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1539 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1540 (Td4[t
[all...]
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c66 * Td4[x] = Si[x].[01, 01, 01, 01];
665 static const uint32_t Td4[256] = { variable
1105 (Td4[(t0 >> 24)] & 0xff000000) ^
1106 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1107 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1108 (Td4[(t1) & 0xff] & 0x000000ff) ^
1112 (Td4[(t1 >> 24)] & 0xff000000) ^
1113 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1114 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1115 (Td4[(t
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_core.c53 Td4[x] = Si[x].[01, 01, 01, 01];
667 static const u32 Td4[256] = { variable
1245 (Td4[(t0 >> 24) ] & 0xff000000) ^
1246 (Td4[(t3 >> 16) & 0xff] & 0x00ff0000) ^
1247 (Td4[(t2 >> 8) & 0xff] & 0x0000ff00) ^
1248 (Td4[(t1 ) & 0xff] & 0x000000ff) ^
1252 (Td4[(t1 >> 24) ] & 0xff000000) ^
1253 (Td4[(t0 >> 16) & 0xff] & 0x00ff0000) ^
1254 (Td4[(t3 >> 8) & 0xff] & 0x0000ff00) ^
1255 (Td4[(t
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s2440 .xword (Td4+0x0)
2467 .word (Td4+0x0)
5593 Td4: label
5850 .type Td4,#object
5851 .size Td4,1024

Completed in 110 milliseconds