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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c61 Td4[x] = Si[x].[01, 01, 01, 01];
663 const u32 Td4[256] = { variable
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c61 Td4[x] = Si[x].[01, 01, 01, 01];
663 const u32 Td4[256] = { variable
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c61 Td4[x] = Si[x].[01, 01, 01, 01];
663 const u32 Td4[256] = { variable
/external/boringssl/src/crypto/aes/
H A Daes.c71 * Td4[x] = Si[x].[01]; */
505 static const uint8_t Td4[256] = { variable
1039 s0 = ((uint32_t)Td4[(t0 >> 24)] << 24) ^
1040 ((uint32_t)Td4[(t3 >> 16) & 0xff] << 16) ^
1041 ((uint32_t)Td4[(t2 >> 8) & 0xff] << 8) ^
1042 ((uint32_t)Td4[(t1) & 0xff]) ^ rk[0];
1044 s1 = ((uint32_t)Td4[(t1 >> 24)] << 24) ^
1045 ((uint32_t)Td4[(t0 >> 16) & 0xff] << 16) ^
1046 ((uint32_t)Td4[(t3 >> 8) & 0xff] << 8) ^
1047 ((uint32_t)Td4[(t
[all...]

Completed in 226 milliseconds