Searched refs:IV32 (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c226 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) argument
230 /* Initialize the 80-bit TTAK from TSC (IV32) and TA[0..5] */
231 TTAK[0] = Lo16(IV32);
232 TTAK[1] = Hi16(IV32);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c236 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) argument
240 /* Initialize the 80-bit TTAK from TSC (IV32) and TA[0..5] */
241 TTAK[0] = Lo16(IV32);
242 TTAK[1] = Hi16(IV32);

Completed in 393 milliseconds