Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_security.c816 u8 swap_halves[4]; in mix_column() local
828 swap_halves[0] = in[2]; /* Swap halves */ in mix_column()
829 swap_halves[1] = in[3]; in mix_column()
830 swap_halves[2] = in[0]; in mix_column()
831 swap_halves[3] = in[1]; in mix_column()
855 xor_32(swap_halves, rotl, tempb); in mix_column()