/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_security.h | 219 static inline u32 rotr(u32 val, int bits) in rotr() function 225 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 226 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 227 #define TE3(i) rotr(Te0[(i) & 0xff], 24) 239 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) 240 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) 241 #define TD3(i) rotr(Td0[(i) & 0xff], 24) 247 #define TD1_(i) rotr(Td0[(i) & 0xff], 8) 248 #define TD2_(i) rotr(Td0[(i) & 0xff], 16) 249 #define TD3_(i) rotr(Td0[(i) & 0xff], 24)
|
/linux-4.4.14/arch/ia64/lib/ |
D | xor.S | 40 .rotr s1[6+1], s2[6+1], d[2] 78 .rotr s1[6+1], s2[6+1], s3[6+1], d[2] 119 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2] 163 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
|
D | memcpy.S | 92 .rotr val[N] 234 .rotr val[N+1], w[2]
|
D | copy_page.S | 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
|
D | strlen.S | 86 .rotr v[2], w[2] // declares our 4 aliases
|
D | strlen_user.S | 88 .rotr v[2], w[2] // declares our 4 aliases
|
D | copy_page_mck.S | 104 .rotr v[2*PREFETCH_DIST], n[D-C+1]
|
D | do_csum.S | 130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
|
D | copy_user.S | 78 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH]
|
D | memcpy_mck.S | 188 .rotr v[2*PREFETCH_DIST]
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 259 static inline u32 rotr(u32 val, int bits) in rotr() function 265 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) 266 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) 267 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 838 u8 rotr[4]; in mix_column() local 868 xor_32(in, add1bf7, rotr); in mix_column() 869 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column() 870 rotr[0] = rotr[1]; in mix_column() 871 rotr[1] = rotr[2]; in mix_column() 872 rotr[2] = rotr[3]; in mix_column() 873 rotr[3] = temp[0]; in mix_column() 874 xor_32(add1bf7, rotr, temp); in mix_column()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 918 u8 rotr[4]; in mix_column() local 954 xor_32(in, add1bf7, rotr); in mix_column() 956 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column() 957 rotr[0] = rotr[1]; in mix_column() 958 rotr[1] = rotr[2]; in mix_column() 959 rotr[2] = rotr[3]; in mix_column() 960 rotr[3] = temp[0]; in mix_column() 962 xor_32(add1bf7, rotr, temp); in mix_column()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 859 u8 rotr[4]; in mix_column() local 894 xor_32(in, add1bf7, rotr); in mix_column() 896 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column() 897 rotr[0] = rotr[1]; in mix_column() 898 rotr[1] = rotr[2]; in mix_column() 899 rotr[2] = rotr[3]; in mix_column() 900 rotr[3] = temp[0]; in mix_column() 902 xor_32(add1bf7, rotr, temp); in mix_column()
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit_asm.S | 70 rotr $r_A, t0, 16 175 rotr $r_A, t0, 16
|