Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_tkip.c41 u16 tx_iv16; member
296 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in libipw_tkip_hdr()
311 tkey->tx_iv16++; in libipw_tkip_hdr()
312 if (tkey->tx_iv16 == 0) { in libipw_tkip_hdr()
632 tkey->tx_iv16 = 1; /* TSC is initialized to 1 */ in libipw_tkip_set_key()
664 seq[0] = tkey->tx_iv16; in libipw_tkip_get_key()
665 seq[1] = tkey->tx_iv16 >> 8; in libipw_tkip_get_key()
688 (tkip->tx_iv16 >> 8) & 0xff, in libipw_tkip_print_stats()
689 tkip->tx_iv16 & 0xff, in libipw_tkip_print_stats()