Searched refs:tempb (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 835 u8 tempb[4]; in mix_column() local 870 xor_32(swap_halfs, rotl, tempb); in mix_column() 871 xor_32(temp, tempb, out); in mix_column()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 922 u8 tempb[4]; in mix_column() local 965 xor_32(swap_halfs, rotl, tempb); in mix_column() 966 xor_32(temp, tempb, out); in mix_column()
|
/linux-4.1.27/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()
|