Searched refs:ROTL (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcast_lcl.h154 # define ROTL(a,n) (_lrotl(a,n)) macro
156 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
158 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
174 t=ROTL(t,i); \
191 w=ROTL(w,i); \
211 t=ROTL(t,(key[n*2+1])); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcast_lcl.h154 # define ROTL(a,n) (_lrotl(a,n)) macro
156 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
158 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
174 t=ROTL(t,i); \
191 w=ROTL(w,i); \
211 t=ROTL(t,(key[n*2+1])); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_lcl.h156 #define ROTL(a,n) (_lrotl(a,n)) macro
158 #define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
174 t=ROTL(t,i); \
191 w=ROTL(w,i); \
211 t=ROTL(t,(key[n*2+1])); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c32 #define ROTL(x,n,w) ((x << n) | (x >> (w - n))) /* ROTL(x)^n, circular left shift n bits , x is w-bit word, 0 <= n <= w */ macro
34 #define ROTL32(x,n) ROTL(x,n,32) /* 32 bits word */
H A Dcrypt_md5.c38 #define ROTL(x,n,w) ((x << n) | (x >> (w - n))) macro
39 #define ROTL32(x,n) ROTL(x,n,32) /* 32 bits word */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sha.c125 #define ROTL(n,X) ( ( ( X ) << n ) | ( ( X ) >> ( 32 - n ) ) ) macro
141 #define expand(W,i) ( W[ i & 15 ] = ROTL( 1, ( W[ i & 15 ] ^ W[ (i - 14) & 15 ] ^ \
147 a' = e + ROTL( 5, a ) + f( b, c, d ) + k + data;
149 c' = ROTL( 30, b );
159 ( e += ROTL( 5, a ) + f( b, c, d ) + k + data, b = ROTL( 30, b ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dppc.pl126 $ROTL= "rotlwi"; # rotate left by immediate
150 $ROTL= "rotldi"; # rotate left by immediate
1793 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dppc.pl126 $ROTL= "rotlwi"; # rotate left by immediate
150 $ROTL= "rotldi"; # rotate left by immediate
1719 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dppc.pl126 $ROTL= "rotlwi"; # rotate left by immediate
150 $ROTL= "rotldi"; # rotate left by immediate
1719 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3

Completed in 109 milliseconds