Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_security.c805 u8 swap_halfs[4]; in mix_column() local
818 swap_halfs[0] = in[2]; /* Swap halves */ in mix_column()
819 swap_halfs[1] = in[3]; in mix_column()
820 swap_halfs[2] = in[0]; in mix_column()
821 swap_halfs[3] = in[1]; in mix_column()
852 xor_32(swap_halfs, rotl, tempb); in mix_column()