Searched refs:ROR32 (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.h54 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro
H A Dmichael.c126 R ^= ROR32( L, 2 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.h54 #define ROR32(A, n) ROL32((A), 32-(n)) macro
H A Dmichael.c125 R ^= ROR32(L, 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c43 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro
264 pTkip->R ^= ROR32(pTkip->L, 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c3198 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro
3216 R ^= ROR32( L, 2 );

Completed in 107 milliseconds