Searched refs:tempb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 878 u8 tempb[4]; in mix_column() local 921 xor_32(swap_halves, rotl, tempb); in mix_column() 922 xor_32(temp, tempb, out); in mix_column()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 840 u8 tempb[4]; in mix_column() local 875 xor_32(swap_halves, rotl, tempb); in mix_column() 876 xor_32(temp, tempb, out); in mix_column()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1054 u8 tempb[4]; in mix_column() local 1097 xor_32(swap_halfs, rotl, tempb); in mix_column() 1098 xor_32(temp, tempb, out); in mix_column()
|