Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c1050 u8 swap_halfs[4]; in mix_column() local
1063 swap_halfs[0] = in[2]; /* Swap halfs */ in mix_column()
1064 swap_halfs[1] = in[3]; in mix_column()
1065 swap_halfs[2] = in[0]; in mix_column()
1066 swap_halfs[3] = in[1]; in mix_column()
1097 xor_32(swap_halfs, rotl, tempb); in mix_column()