Searched refs:ror16 (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Dtkip.c126 ppk[0] += ror16(ppk[5] ^ get_unaligned_le16(tk + 12), 1);
127 ppk[1] += ror16(ppk[0] ^ get_unaligned_le16(tk + 14), 1);
128 ppk[2] += ror16(ppk[1], 1);
129 ppk[3] += ror16(ppk[2], 1);
130 ppk[4] += ror16(ppk[3], 1);
131 ppk[5] += ror16(ppk[4], 1);
/linux-master/include/linux/
H A Dbitops.h150 * ror16 - rotate a 16-bit value right
154 static inline __u16 ror16(__u16 word, unsigned int shift) function

Completed in 80 milliseconds