Searched refs:ROTR (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-mips.pl90 $ROTR="drotr";
105 $ROTR="rotr";
176 $ROTR $tmp0,$e,@Sigma1[0]
178 $ROTR $tmp1,$e,@Sigma1[1]
180 $ROTR $h,$e,@Sigma1[2]
182 $ROTR $tmp1,$a,@Sigma0[0]
186 $ROTR $h,$a,@Sigma0[1]
190 $ROTR $tmp1,$a,@Sigma0[2]
249 $ROTR $tmp0,@X[1],@sigma0[1]
252 $ROTR
[all...]
H A Dsha512-ia64.pl441 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
447 _rotr r11=$t1,$Sigma1[1] } // ROTR(e,41)
474 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
476 _rotr r11=$t1,$Sigma1[1] };; // ROTR(e,18)
481 _rotr r11=$t1,$Sigma1[2] } // ROTR(e,41)
486 _rotr r8=$t0,$Sigma0[0] } // ROTR(a,28)
488 _rotr r9=$t0,$Sigma0[1] };; // ROTR(a,34)
491 _rotr r9=$t0,$Sigma0[2] };; // ROTR(a,39)
509 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
513 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s
[all...]
H A Dsha512-armv4.pl92 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
147 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
326 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
343 @ sigma1(x) (ROTR((x),19) ^ ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-mips.pl90 $ROTR="drotr";
105 $ROTR="rotr";
176 $ROTR $tmp0,$e,@Sigma1[0]
178 $ROTR $tmp1,$e,@Sigma1[1]
180 $ROTR $h,$e,@Sigma1[2]
182 $ROTR $tmp1,$a,@Sigma0[0]
186 $ROTR $h,$a,@Sigma0[1]
190 $ROTR $tmp1,$a,@Sigma0[2]
249 $ROTR $tmp0,@X[1],@sigma0[1]
252 $ROTR
[all...]
H A Dsha512-ia64.pl441 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
447 _rotr r11=$t1,$Sigma1[1] } // ROTR(e,41)
474 _rotr r10=$t1,$Sigma1[0] } // ROTR(e,14)
476 _rotr r11=$t1,$Sigma1[1] };; // ROTR(e,18)
481 _rotr r11=$t1,$Sigma1[2] } // ROTR(e,41)
486 _rotr r8=$t0,$Sigma0[0] } // ROTR(a,28)
488 _rotr r9=$t0,$Sigma0[1] };; // ROTR(a,34)
491 _rotr r9=$t0,$Sigma0[2] };; // ROTR(a,39)
509 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
513 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s
[all...]
H A Dsha512-armv4.pl92 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
147 @ Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
326 @ sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
343 @ sigma1(x) (ROTR((x),19) ^ ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl198 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
211 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
217 _rotr r8=$t1,$Sigma1[1] } // ROTR(e,18)
221 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41)
225 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28)
229 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34)
233 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39)
250 _rotr r8=X[15-1],$sigma0[0] } // ROTR(s0,1)
254 _rotr r9=X[15-1],$sigma0[1] } // ROTR(s0,8)
259 _rotr r10=X[15-14],$sigma1[0] };;// ROTR(s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dsha512.c102 ROTR (u64 x, u64 n) function
122 return (ROTR (x, 28) ^ ROTR (x, 34) ^ ROTR (x, 39));
128 return (ROTR (x, 14) ^ ROTR (x, 18) ^ ROTR (x, 41));
215 #define S0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
216 #define S1(x) (ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha512.c102 ROTR (u64 x, u64 n) function
122 return (ROTR (x, 28) ^ ROTR (x, 34) ^ ROTR (x, 39));
128 return (ROTR (x, 14) ^ ROTR (x, 18) ^ ROTR (x, 41));
215 #define S0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7))
216 #define S1(x) (ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha512.c323 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
353 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
358 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
373 # define ROTR(a,n) _rotr64((a),n) macro
402 # ifndef ROTR
403 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
405 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
406 # define Sigma1(x) (ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha512.c323 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
353 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
358 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro
373 # define ROTR(a,n) _rotr64((a),n) macro
402 # ifndef ROTR
403 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
405 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
406 # define Sigma1(x) (ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha512.c320 # define ROTR(a,n) _rotr64((a),n) macro
324 # define ROTR(a,n) ({ unsigned long ret; \ macro
330 # define ROTR(a,n) ({ unsigned long ret; \ macro
338 #ifndef ROTR
339 #define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
342 #define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
343 #define Sigma1(x) (ROTR((x),14) ^ ROTR((
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c31 #define ROTR(x,n,w) ((x >> n) | (x << (w - n))) /* ROTR(x)^n, circular right shift n bits , x is w-bit word, 0 <= n <= w */ macro
33 #define ROTR32(x,n) ROTR(x,n,32) /* 32 bits word */

Completed in 118 milliseconds