Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.c831 u8 swap_halfs[4]; in mix_column() local
843 swap_halfs[0] = in[2]; /* Swap halves */ in mix_column()
844 swap_halfs[1] = in[3]; in mix_column()
845 swap_halfs[2] = in[0]; in mix_column()
846 swap_halfs[3] = in[1]; in mix_column()
870 xor_32(swap_halfs, rotl, tempb); in mix_column()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_security.c918 u8 swap_halfs[4]; in mix_column() local
931 swap_halfs[0] = in[2]; /* Swap halfs */ in mix_column()
932 swap_halfs[1] = in[3]; in mix_column()
933 swap_halfs[2] = in[0]; in mix_column()
934 swap_halfs[3] = in[1]; in mix_column()
965 xor_32(swap_halfs, rotl, tempb); in mix_column()