Searched refs:ROR (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_check_key.c36 #define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-ppc.pl77 $ROR="rotrdi";
89 $ROR="rotrwi";
127 $ROR $a0,$e,$Sigma1[0]
128 $ROR $a1,$e,$Sigma1[1]
133 $ROR $a1,$a1,`$Sigma1[2]-$Sigma1[1]`
140 $ROR $a0,$a,$Sigma0[0]
141 $ROR $a1,$a,$Sigma0[1]
145 $ROR $a1,$a1,`$Sigma0[2]-$Sigma0[1]`
166 $ROR $a0,@X[($i+1)%16],$sigma0[0]
167 $ROR
[all...]
H A Dsha1-thumb.pl50 add $t2,$e @ E+=ROR(A,27)
60 orr $c,$b @ C=ROR(B,2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl77 $ROR="rotrdi";
89 $ROR="rotrwi";
127 $ROR $a0,$e,$Sigma1[0]
128 $ROR $a1,$e,$Sigma1[1]
133 $ROR $a1,$a1,`$Sigma1[2]-$Sigma1[1]`
140 $ROR $a0,$a,$Sigma0[0]
141 $ROR $a1,$a,$Sigma0[1]
145 $ROR $a1,$a1,`$Sigma0[2]-$Sigma0[1]`
166 $ROR $a0,@X[($i+1)%16],$sigma0[0]
167 $ROR
[all...]
H A Dsha1-thumb.pl50 add $t2,$e @ E+=ROR(A,27)
60 orr $c,$b @ C=ROR(B,2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Ddes_generic.c26 #define ROR(x, r) ((x) = ror32((x), (r))) macro
537 ROR(R, 14); \
549 ROR(R, 7); \
558 ROR(L, 1); \
570 ROR(R, 6); \
582 ROR(R, 12); \
588 ROR(R, 4);
593 B &= 0x3f3f3f3f; ROR(A, 4); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-lv4t.S153 mov r6, r6, ror r5 @ C: ROR #!0
H A Dproc-arm6_7.S167 mov r6, r6, ror r5 @ C: ROR #!0

Completed in 98 milliseconds