Searched refs:wep_rx_tfm (Results 1 – 4 of 4) sorted by relevance
35 local->wep_rx_tfm = ERR_PTR(-EINVAL); in ieee80211_wep_init()39 local->wep_rx_tfm = crypto_alloc_cipher("arc4", 0, CRYPTO_ALG_ASYNC); in ieee80211_wep_init()40 if (IS_ERR(local->wep_rx_tfm)) { in ieee80211_wep_init()43 return PTR_ERR(local->wep_rx_tfm); in ieee80211_wep_init()53 if (!IS_ERR(local->wep_rx_tfm)) in ieee80211_wep_free()54 crypto_free_cipher(local->wep_rx_tfm); in ieee80211_wep_free()259 if (ieee80211_wep_decrypt_data(local->wep_rx_tfm, rc4key, klen, in ieee80211_wep_decrypt()
712 IS_ERR(local->wep_rx_tfm)); in ieee80211_init_cipher_suites()
296 res = ieee80211_tkip_decrypt_data(rx->local->wep_rx_tfm, in ieee80211_crypto_tkip_decrypt()
1238 struct crypto_cipher *wep_rx_tfm; member