Searched refs:rotr (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/external/openssl/crypto/des/asm/
H A Dcrypt586.pl109 &rotr( $t, 4 );
174 { &rotr($tt, 3-$lr); }
180 { &rotr($r, 2-$lr); }
193 else { &rotr($r, $lr-2); }
199 else { &rotr($l, $lr-3); }
207 &rotr($tt , 4);
H A Ddes-586.pl187 &rotr($L,3); # r
189 &rotr($R,3); # l
217 &rotr( $t, 4 );
279 { &rotr($tt, 3-$lr); }
285 { &rotr($r, 2-$lr); }
298 else { &rotr($r, $lr-2); }
304 else { &rotr($l, $lr-3); }
312 &rotr($tt , 4);
/external/openssl/crypto/bf/asm/
H A Dbf-686.pl95 &rotr( $R, 16);
101 &rotr( $R, 16);
/external/openssl/crypto/sha/asm/
H A Dsha1-586.pl67 &rotr($b,2); # b=ROTATE(b,30)
86 &rotr($b,2); # b=ROTATE(b,30)
107 &rotr($b,2); # b=ROTATE(b,30)
143 &rotr($b,2); # b=ROTATE(b,30)
H A Dsha512-ia64.pl182 .rotr X[16]
491 .rotr X[16]
/external/openssl/crypto/perlasm/
H A Dcbc.pl283 &rotr("edx", 16);
294 &rotr("ecx", 16);
H A Dx86asm.pl65 sub ::rotr { &ror(@_); }
/external/wpa_supplicant/
H A Daes.c817 static inline u32 rotr(u32 val, int bits) function
823 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
824 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
825 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
837 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
838 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
839 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
845 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
846 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
847 #define TD3_(i) rotr(Td
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c823 static inline u32 rotr(u32 val, int bits) function
829 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
830 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
831 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
843 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
844 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
845 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
851 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
852 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
853 #define TD3_(i) rotr(Td
[all...]
/external/llvm/include/llvm/ADT/
H A DAPInt.h738 APInt rotr(unsigned rotateAmt) const;
756 APInt rotr(const APInt &rotateAmt) const;
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl475 .rotr Data[4], I[2], IPr[3], SI[3], JP[2], SJ[2], T[2], \\
/external/openssl/crypto/aes/asm/
H A Daes-586.pl305 &rotr ($s2,8); # 8,11,10, 9
308 &rotr ($s3,16); # 13,12,15,14
311 &rotr ($s0,16); # 1, 0, 3, 2
493 &rotr ($tmp,16);
495 &rotr ($tmp,8);
/external/llvm/lib/Support/
H A DAPInt.cpp1342 APInt APInt::rotr(const APInt &rotateAmt) const {
1343 return rotr((unsigned)rotateAmt.getLimitedValue(BitWidth));
1346 APInt APInt::rotr(unsigned rotateAmt) const {
/external/v8/src/mips/
H A Dassembler-mips.h617 void rotr(Register rd, Register rt, uint16_t sa);
H A Dassembler-mips.cc1242 void Assembler::rotr(Register rd, Register rt, uint16_t sa) { function in class:v8::internal::Assembler
H A Dmacro-assembler-mips.cc540 rotr(rd, rs, rt.imm32_);
/external/qemu/tcg/i386/
H A Dtcg-target.c1597 OP_32_64(rotr):
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2668 case ISD::ROTR: return getConstant(C1.rotr(C2), VT);
5992 case ISD::ROTR: return "rotr";

Completed in 298 milliseconds