Searched refs:tempb (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 877 u8 tempb[4]; in mix_column() local 920 xor_32(swap_halves, rotl, tempb); in mix_column() 921 xor_32(temp, tempb, out); in mix_column()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_security.c | 820 u8 tempb[4]; in mix_column() local 855 xor_32(swap_halves, rotl, tempb); in mix_column() 856 xor_32(temp, tempb, out); in mix_column()
|
| /Linux-v5.4/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()
|