Searched refs:ppk (Results 1 – 1 of 1) sorted by relevance
109 u16 ppk[6]; in tkip_mixing_phase2() local113 ppk[0] = p1k[0]; in tkip_mixing_phase2()114 ppk[1] = p1k[1]; in tkip_mixing_phase2()115 ppk[2] = p1k[2]; in tkip_mixing_phase2()116 ppk[3] = p1k[3]; in tkip_mixing_phase2()117 ppk[4] = p1k[4]; in tkip_mixing_phase2()118 ppk[5] = p1k[4] + tsc_IV16; in tkip_mixing_phase2()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()[all …]