Searched refs:ROTR32 (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/bcmcrypto/
H A Dtkmic.h21 #define ROTR32(x, n) (((x)<<(32-(n))) | ((uint32)(x)>>(n))) macro
23 #define ROTL32(x, n) ROTR32(x, 32-n)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dtkmic.c31 r ^= ROTR32(l, 15);
35 r ^= ROTR32(l, 29);
37 r ^= ROTR32(l, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c33 #define ROTR32(x,n) ROTR(x,n,32) /* 32 bits word */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c33 #define ROTR32(x,n) ROTR(x,n,32) /* 32 bits word */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-bits.h569 INLINE_SIM_BITS(unsigned32) ROTR32 (unsigned32 val, int shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-bits.h569 INLINE_SIM_BITS(unsigned32) ROTR32 (unsigned32 val, int shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-bits.h569 INLINE_SIM_BITS(unsigned32) ROTR32 (unsigned32 val, int shift);

Completed in 198 milliseconds