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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_core.c50 Td1[x] = Si[x].[0b, 0e, 09, 0d];
398 #define Td1 AES_Td[1] macro
468 static const u32 Td1[256] = { variable
869 Td1[Te4[(rk[0] >> 16) & 0xff] & 0xff] ^
874 Td1[Te4[(rk[1] >> 16) & 0xff] & 0xff] ^
879 Td1[Te4[(rk[2] >> 16) & 0xff] & 0xff] ^
884 Td1[Te4[(rk[3] >> 16) & 0xff] & 0xff] ^
1109 t0 = Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] ^ Td2[(s2 >> 8) & 0xff] ^ Td3[s1 & 0xff] ^ rk[ 4];
1110 t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >> 8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
1111 t2 = Td0[s2 >> 24] ^ Td1[(s
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/aes/
H A Daes_impl.c154 * Td1[x] = Si[x].[0b, 0e, 09, 0d];
579 static const uint32_t Td1[256] = variable
1054 Td1[Te4[(rk[0] >> 16) & 0xff] & 0xff] ^
1058 Td1[Te4[(rk[1] >> 16) & 0xff] & 0xff] ^
1062 Td1[Te4[(rk[2] >> 16) & 0xff] & 0xff] ^
1066 Td1[Te4[(rk[3] >> 16) & 0xff] & 0xff] ^
1264 Td1[Te4[(rk[0] >> 16) & 0xff] & 0xff] ^
1268 Td1[Te4[(rk[1] >> 16) & 0xff] & 0xff] ^
1272 Td1[Te4[(rk[2] >> 16) & 0xff] & 0xff] ^
1276 Td1[Te
[all...]
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c63 * Td1[x] = Si[x].[0b, 0e, 09, 0d];
467 static const uint32_t Td1[256] = { variable
1012 #define tdsr0 Td0[s0 >> 24] ^ Td1[(s3 >> 16) & 0xff] \
1014 #define tdsr1 Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] \
1016 #define tdsr2 Td0[s2 >> 24] ^ Td1[(s1 >> 16) & 0xff] \
1018 #define tdsr3 Td0[s3 >> 24] ^ Td1[(s2 >> 16) & 0xff] \
1020 #define sdsr0 Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] \
1022 #define sdsr1 Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] \
1024 #define sdsr2 Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] \
1026 #define sdsr3 Td0[t3 >> 24] ^ Td1[(t
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.s2437 .xword (Td1+0x0)
2461 .word (Td1+0x0)
4038 Td1: label
4551 .type Td1,#object
4552 .size Td1,2048

Completed in 105 milliseconds