Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c195 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument
200 TTAK[0] = Lo16(IV32); in tkip_mixing_phase1()
201 TTAK[1] = Hi16(IV32); in tkip_mixing_phase1()
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_tkip.c216 u32 IV32) in tkip_mixing_phase1() argument
221 TTAK[0] = Lo16(IV32); in tkip_mixing_phase1()
222 TTAK[1] = Hi16(IV32); in tkip_mixing_phase1()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c183 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument
188 TTAK[0] = Lo16(IV32); in tkip_mixing_phase1()
189 TTAK[1] = Hi16(IV32); in tkip_mixing_phase1()