Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dtkip.c106 static void tkip_mixing_phase2(const u8 *tk, struct tkip_ctx *ctx, in tkip_mixing_phase2() function
210 tkip_mixing_phase2(tk, ctx, iv16, p2k); in ieee80211_get_tkip_p2k()
307 tkip_mixing_phase2(tk, &rx_ctx->ctx, iv16, rc4key); in ieee80211_tkip_decrypt_data()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_tkip.c230 static void tkip_mixing_phase2(u8 * WEPSeed, const u8 * TK, const u16 * TTAK, in tkip_mixing_phase2() function
296 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, tkey->tx_iv16); in libipw_tkip_hdr()
428 tkip_mixing_phase2(rc4key, tkey->key, tkey->rx_ttak, iv16); in libipw_tkip_decrypt()