/linux-4.1.27/arch/powerpc/crypto/ |
H A D | sha256-spe-asm.S | 108 rotrwi rT0,e,6; /* 1: S1 = e rotr 6 */ \ 109 rotrwi rT1,e,11; /* 1: S1' = e rotr 11 */ \ 110 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \ 119 rotrwi rT0,a,2; /* 1: S0 = a rotr 2 */ \ 121 rotrwi rT1,a,13; /* 1: S0' = a rotr 13 */ \ 123 rotrwi rT3,a,22; /* 1: S0" = a rotr 22 */ \ 133 rotrwi rT0,d,6; /* 2: S1 = e rotr 6 */ \ 135 rotrwi rT1,d,11; /* 2: S1' = e rotr 11 */ \ 137 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \ 146 rotrwi rT0,h,2; /* 2: S0 = a rotr 2 */ \ 148 rotrwi rT1,h,13; /* 2: S0' = a rotr 13 */ \ 150 rotrwi rT3,h,22; /* 2: S0" = a rotr 22 */ \ 162 rotrwi rT2,e,6; /* 1: S1 = e rotr 6 */ \ 164 rotrwi rT3,e,11; /* 1: S1' = e rotr 11 */ \ 167 evrlwi rT0,rT0,25; /* s0' = w[-15] rotr 7 */ \ 168 rotrwi rT3,e,25; /* 1: S1' = e rotr 25 */ \ 171 evrlwi rT0,rT0,21; /* s0' = w[-15] rotr 18 */ \ 179 evrlwi rT1,w7,15; /* s1' = w[-2] rotr 17 */ \ 182 rotrwi rT2,a,2; /* 1: S0 = a rotr 2 */ \ 183 evrlwi rT1,w7,13; /* s1' = w[-2] rotr 19 */ \ 184 rotrwi rT3,a,13; /* 1: S0' = a rotr 13 */ \ 188 rotrwi rT3,a,22; /* 1: S0' = a rotr 22 */ \ 204 rotrwi rT0,d,6; /* 2: S1 = e rotr 6 */ \ 206 rotrwi rT1,d,11; /* 2: S1' = e rotr 11 */ \ 207 rotrwi rT2,d,25; /* 2: S" = e rotr 25 */ \ 214 rotrwi rT0,h,2; /* 2: S0 = a rotr 2 */ \ 216 rotrwi rT1,h,13; /* 2: S0' = a rotr 13 */ \ 217 rotrwi rT3,h,22; /* 2: S0" = a rotr 22 */ \
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | rtw_security.h | 219 static inline u32 rotr(u32 val, int bits) 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.1.27/arch/mips/include/uapi/asm/ |
H A D | swab.h | 39 " rotr %0, %0, 16 \n" __arch_swab32()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | rtw_security.h | 259 static inline u32 rotr(u32 val, int bits) 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.1.27/arch/ia64/lib/ |
H A D | copy_page.S | 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
|
H A D | memcpy.S | 92 .rotr val[N] 234 .rotr val[N+1], w[2]
|
H A D | copy_page_mck.S | 104 .rotr v[2*PREFETCH_DIST], n[D-C+1]
|
H A D | strlen.S | 86 .rotr v[2], w[2] // declares our 4 aliases
|
H A D | strlen_user.S | 88 .rotr v[2], w[2] // declares our 4 aliases
|
H A D | do_csum.S | 130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
|
H A D | copy_user.S | 78 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH]
|
H A D | memcpy_mck.S | 188 .rotr v[2*PREFETCH_DIST]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 833 u8 rotr[4]; mix_column() local 863 xor_32(in, add1bf7, rotr); mix_column() 864 temp[0] = rotr[0]; /* Rotate right 8 bits */ mix_column() 865 rotr[0] = rotr[1]; mix_column() 866 rotr[1] = rotr[2]; mix_column() 867 rotr[2] = rotr[3]; mix_column() 868 rotr[3] = temp[0]; mix_column() 869 xor_32(add1bf7, rotr, temp); mix_column()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 920 u8 rotr[4]; mix_column() local 956 xor_32(in, add1bf7, rotr); mix_column() 958 temp[0] = rotr[0]; /* Rotate right 8 bits */ mix_column() 959 rotr[0] = rotr[1]; mix_column() 960 rotr[1] = rotr[2]; mix_column() 961 rotr[2] = rotr[3]; mix_column() 962 rotr[3] = temp[0]; mix_column() 964 xor_32(add1bf7, rotr, temp); mix_column()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 859 u8 rotr[4]; mix_column() local 894 xor_32(in, add1bf7, rotr); mix_column() 896 temp[0] = rotr[0]; /* Rotate right 8 bits */ mix_column() 897 rotr[0] = rotr[1]; mix_column() 898 rotr[1] = rotr[2]; mix_column() 899 rotr[2] = rotr[3]; mix_column() 900 rotr[3] = temp[0]; mix_column() 902 xor_32(add1bf7, rotr, temp); mix_column()
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | disassemble.c | 170 {"rotr",{A_REG_N},{HEX_4,REG_N,HEX_0,HEX_5}},
|