Searched refs:ROR32 (Results 1 – 5 of 5) sorted by relevance
18 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro58 R ^= ROR32( L, 2 ); \
201 #define ROR32(A, n) ROL32((A), 32 - (n)) macro
312 pmicdata->R ^= ROR32(pmicdata->L, 2); in secmicappendbyte()
227 #define ROR32(A, n) ROL32((A), 32-(n)) macro
292 pmicdata->R ^= ROR32(pmicdata->L, 2); in rtw_secmicappendbyte()