Home
last modified time | relevance | path

Searched refs:ppk (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/net/mac80211/
A Dtkip.c109 u16 ppk[6]; in tkip_mixing_phase2() local
120 ppk[0] += tkipS(ppk[5] ^ get_unaligned_le16(tk + 0)); in tkip_mixing_phase2()
121 ppk[1] += tkipS(ppk[0] ^ get_unaligned_le16(tk + 2)); in tkip_mixing_phase2()
122 ppk[2] += tkipS(ppk[1] ^ get_unaligned_le16(tk + 4)); in tkip_mixing_phase2()
123 ppk[3] += tkipS(ppk[2] ^ get_unaligned_le16(tk + 6)); in tkip_mixing_phase2()
124 ppk[4] += tkipS(ppk[3] ^ get_unaligned_le16(tk + 8)); in tkip_mixing_phase2()
125 ppk[5] += tkipS(ppk[4] ^ get_unaligned_le16(tk + 10)); in tkip_mixing_phase2()
128 ppk[2] += ror16(ppk[1], 1); in tkip_mixing_phase2()
129 ppk[3] += ror16(ppk[2], 1); in tkip_mixing_phase2()
130 ppk[4] += ror16(ppk[3], 1); in tkip_mixing_phase2()
[all …]

Completed in 3 milliseconds