Searched refs:ROL32 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.h52 #define ROL32( A, n ) \ macro
54 #define ROR32( A, n ) ROL32( (A), 32-(n) )
H A Dmichael.c120 R ^= ROL32( L, 17 );
124 R ^= ROL32( L, 3 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.h52 #define ROL32(A, n) \ macro
54 #define ROR32(A, n) ROL32((A), 32-(n))
H A Dmichael.c119 R ^= ROL32(L, 17);
123 R ^= ROL32(L, 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c41 #define ROL32( A, n ) \ macro
43 #define ROR32( A, n ) ROL32( (A), 32-(n) )
256 pTkip->R ^= ROL32(pTkip->L, 17);
262 pTkip->R ^= ROL32(pTkip->L, 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c3197 #define ROL32( A, n ) ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) macro
3198 #define ROR32( A, n ) ROL32( (A), 32-(n) )
3210 R ^= ROL32( L, 17 );
3214 R ^= ROL32( L, 3 );

Completed in 141 milliseconds