Home
last modified time | relevance | path

Searched refs:rotr (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/staging/r8188eu/include/
A Drtw_security.h241 static inline u32 rotr(u32 val, int bits) in rotr() function
247 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
248 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
249 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
261 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
262 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
263 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
269 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
270 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
271 #define TD3_(i) rotr(Td0[(i) & 0xff], 24)
/linux/arch/ia64/lib/
A Dxor.S33 .rotr s1[6+1], s2[6+1], d[2]
72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
A Dmemcpy.S94 .rotr val[N]
236 .rotr val[N+1], w[2]
A Dcopy_page.S44 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
A Dstrlen.S88 .rotr v[2], w[2] // declares our 4 aliases
A Dcopy_page_mck.S106 .rotr v[2*PREFETCH_DIST], n[D-C+1]
A Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
A Dcopy_user.S80 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH]
A Dmemcpy_mck.S191 .rotr v[2*PREFETCH_DIST]
/linux/drivers/staging/r8188eu/core/
A Drtw_security.c741 u8 rotr[4]; in mix_column() local
777 xor_32(in, add1bf7, rotr); in mix_column()
779 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column()
780 rotr[0] = rotr[1]; in mix_column()
781 rotr[1] = rotr[2]; in mix_column()
782 rotr[2] = rotr[3]; in mix_column()
783 rotr[3] = temp[0]; in mix_column()
785 xor_32(add1bf7, rotr, temp); in mix_column()
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c818 u8 rotr[4]; in mix_column() local
848 xor_32(in, add1bf7, rotr); in mix_column()
849 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column()
850 rotr[0] = rotr[1]; in mix_column()
851 rotr[1] = rotr[2]; in mix_column()
852 rotr[2] = rotr[3]; in mix_column()
853 rotr[3] = temp[0]; in mix_column()
854 xor_32(add1bf7, rotr, temp); in mix_column()
/linux/arch/mips/crypto/
A Dchacha-core.S59 #define ROTR(n) rotr n, 24
62 rotr n, 16;
66 #define ROTx rotr
/linux/arch/mips/net/
A Dbpf_jit_comp.c464 emit(ctx, rotr, dst, dst, 16); in emit_bswap_r()
A Dbpf_jit_comp32.c607 emit(ctx, rotr, tmp, hi(dst), 16); in emit_bswap_r64()
608 emit(ctx, rotr, hi(dst), lo(dst), 16); in emit_bswap_r64()

Completed in 26 milliseconds