Home
last modified time | relevance | path

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

/net/mac80211/
Dtkip.c86 const u8 *ta, u32 tsc_IV32) in tkip_mixing_phase1() argument
91 p1k[0] = tsc_IV32 & 0xFFFF; in tkip_mixing_phase1()
92 p1k[1] = tsc_IV32 >> 16; in tkip_mixing_phase1()
106 ctx->p1k_iv32 = tsc_IV32; in tkip_mixing_phase1()