Home
last modified time | relevance | path

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

/net/mac80211/
Dtkip.c112 u16 ppk[6]; in tkip_mixing_phase2() local
116 ppk[0] = p1k[0]; in tkip_mixing_phase2()
117 ppk[1] = p1k[1]; in tkip_mixing_phase2()
118 ppk[2] = p1k[2]; in tkip_mixing_phase2()
119 ppk[3] = p1k[3]; in tkip_mixing_phase2()
120 ppk[4] = p1k[4]; in tkip_mixing_phase2()
121 ppk[5] = p1k[4] + tsc_IV16; in tkip_mixing_phase2()
123 ppk[0] += tkipS(ppk[5] ^ get_unaligned_le16(tk + 0)); in tkip_mixing_phase2()
124 ppk[1] += tkipS(ppk[0] ^ get_unaligned_le16(tk + 2)); in tkip_mixing_phase2()
125 ppk[2] += tkipS(ppk[1] ^ get_unaligned_le16(tk + 4)); in tkip_mixing_phase2()
[all …]