HomeSort by: relevance | last modified time | path
    Searched defs:rotl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_tkip.c 703 static __inline u32 rotl(u32 val, int bits) function in typeref:typename:u32
723 r ^= rotl(l, 17); \
727 r ^= rotl(l, 3); \
ieee80211_crypto_tkip.c 703 static __inline u32 rotl(u32 val, int bits) function in typeref:typename:u32
723 r ^= rotl(l, 17); \
727 r ^= rotl(l, 3); \

Completed in 23 milliseconds