Searched refs:rotl (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/ |
D | aes.c | 82 #define rotl generic_rotl32 macro 195 fl_tab[1][i] = rotl (t, 8); in gen_tabs() 196 fl_tab[2][i] = rotl (t, 16); in gen_tabs() 197 fl_tab[3][i] = rotl (t, 24); in gen_tabs() 204 ft_tab[1][i] = rotl (t, 8); in gen_tabs() 205 ft_tab[2][i] = rotl (t, 16); in gen_tabs() 206 ft_tab[3][i] = rotl (t, 24); in gen_tabs() 212 il_tab[1][i] = rotl (t, 8); in gen_tabs() 213 il_tab[2][i] = rotl (t, 16); in gen_tabs() 214 il_tab[3][i] = rotl (t, 24); in gen_tabs() [all …]
|
D | michael_mic.c | 28 static inline u32 rotl(u32 val, int bits) in rotl() function 48 r ^= rotl(l, 17); \ 52 r ^= rotl(l, 3); \
|
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 816 u8 rotl[4]; in mix_column() local 833 rotl[0] = in[3]; /* Rotate left 8 bits */ in mix_column() 834 rotl[1] = in[0]; in mix_column() 835 rotl[2] = in[1]; in mix_column() 836 rotl[3] = in[2]; in mix_column() 856 xor_32(swap_halfs, rotl, tempb); in mix_column()
|
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_aes.c | 179 u8 rotl[4]; in mix_column() local 198 rotl[0] = in[3]; /* Rotate left 8 bits */ in mix_column() 199 rotl[1] = in[0]; in mix_column() 200 rotl[2] = in[1]; in mix_column() 201 rotl[3] = in[2]; in mix_column() 228 xor_32(swap_halfs, rotl, tempb); in mix_column()
|