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/fipsmodule/aes/
H A Daes.c71 // Td4[x] = Si[x].[01];
505 static const uint8_t Td4[256] = { variable
1035 s0 = ((uint32_t)Td4[(t0 >> 24)] << 24) ^
1036 ((uint32_t)Td4[(t3 >> 16) & 0xff] << 16) ^
1037 ((uint32_t)Td4[(t2 >> 8) & 0xff] << 8) ^
1038 ((uint32_t)Td4[(t1) & 0xff]) ^ rk[0];
1040 s1 = ((uint32_t)Td4[(t1 >> 24)] << 24) ^
1041 ((uint32_t)Td4[(t0 >> 16) & 0xff] << 16) ^
1042 ((uint32_t)Td4[(t3 >> 8) & 0xff] << 8) ^
1043 ((uint32_t)Td4[(t
[all...]

Completed in 147 milliseconds