Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dwep.c35 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()
Dmain.c712 IS_ERR(local->wep_rx_tfm)); in ieee80211_init_cipher_suites()
Dwpa.c296 res = ieee80211_tkip_decrypt_data(rx->local->wep_rx_tfm, in ieee80211_crypto_tkip_decrypt()
Dieee80211_i.h1238 struct crypto_cipher *wep_rx_tfm; member