Home
last modified time | relevance | path

Searched refs:swap_halfs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c836 u8 swap_halfs[4]; in mix_column() local
848 swap_halfs[0] = in[2]; /* Swap halves */ in mix_column()
849 swap_halfs[1] = in[3]; in mix_column()
850 swap_halfs[2] = in[0]; in mix_column()
851 swap_halfs[3] = in[1]; in mix_column()
875 xor_32(swap_halfs, rotl, tempb); in mix_column()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c916 u8 swap_halfs[4]; in mix_column() local
929 swap_halfs[0] = in[2]; /* Swap halfs */ in mix_column()
930 swap_halfs[1] = in[3]; in mix_column()
931 swap_halfs[2] = in[0]; in mix_column()
932 swap_halfs[3] = in[1]; in mix_column()
963 xor_32(swap_halfs, rotl, tempb); in mix_column()