Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c874 u8 swap_halves[4]; in mix_column() local
887 swap_halves[0] = in[2]; /* Swap halves */ in mix_column()
888 swap_halves[1] = in[3]; in mix_column()
889 swap_halves[2] = in[0]; in mix_column()
890 swap_halves[3] = in[1]; in mix_column()
921 xor_32(swap_halves, rotl, tempb); in mix_column()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c836 u8 swap_halves[4]; in mix_column() local
848 swap_halves[0] = in[2]; /* Swap halves */ in mix_column()
849 swap_halves[1] = in[3]; in mix_column()
850 swap_halves[2] = in[0]; in mix_column()
851 swap_halves[3] = in[1]; in mix_column()
875 xor_32(swap_halves, rotl, tempb); in mix_column()