ror16             126 net/mac80211/tkip.c 	ppk[0] += ror16(ppk[5] ^ get_unaligned_le16(tk + 12), 1);
ror16             127 net/mac80211/tkip.c 	ppk[1] += ror16(ppk[0] ^ get_unaligned_le16(tk + 14), 1);
ror16             128 net/mac80211/tkip.c 	ppk[2] += ror16(ppk[1], 1);
ror16             129 net/mac80211/tkip.c 	ppk[3] += ror16(ppk[2], 1);
ror16             130 net/mac80211/tkip.c 	ppk[4] += ror16(ppk[3], 1);
ror16             131 net/mac80211/tkip.c 	ppk[5] += ror16(ppk[4], 1);