Searched refs:tempb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 840 u8 tempb[4]; in mix_column() local 875 xor_32(swap_halfs, rotl, tempb); in mix_column() 876 xor_32(temp, tempb, out); in mix_column()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 920 u8 tempb[4]; in mix_column() local 963 xor_32(swap_halfs, rotl, tempb); in mix_column() 964 xor_32(temp, tempb, out); in mix_column()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 861 u8 tempb[4]; in mix_column() local 903 xor_32(swap_halves, rotl, tempb); in mix_column() 904 xor_32(temp, tempb, out); in mix_column()
|