Home
last modified time | relevance | path

Searched refs:decrypt_mpdu (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.h37 * value from decrypt_mpdu is passed as the keyidx value for
43 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
H A Dieee80211_crypt.c187 .decrypt_mpdu = NULL,
H A Dieee80211_crypt_wep.c227 .decrypt_mpdu = prism2_wep_decrypt,
H A Dieee80211_crypt_ccmp.c400 .decrypt_mpdu = ieee80211_ccmp_decrypt,
H A Dieee80211_rx.c339 if (!crypt || !crypt->ops->decrypt_mpdu) in ieee80211_rx_frame_decrypt()
359 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in ieee80211_rx_frame_decrypt()
987 if (crypt && (!crypt->ops || !crypt->ops->decrypt_mpdu)) in ieee80211_rx()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.h37 * value from decrypt_mpdu is passed as the keyidx value for
43 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
H A Dieee80211_crypt.c187 .decrypt_mpdu = NULL,
H A Dieee80211_crypt_wep.c227 .decrypt_mpdu = prism2_wep_decrypt,
H A Dieee80211_crypt_ccmp.c402 .decrypt_mpdu = ieee80211_ccmp_decrypt,
/kernel/linux/linux-5.10/include/net/
H A Dlib80211.h57 * value from decrypt_mpdu is passed as the keyidx value for
63 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/kernel/linux/linux-6.6/include/net/
H A Dlib80211.h57 * value from decrypt_mpdu is passed as the keyidx value for
63 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c223 .decrypt_mpdu = prism2_wep_decrypt,
H A Drtllib_crypt_ccmp.c393 .decrypt_mpdu = rtllib_ccmp_decrypt,
H A Drtllib_rx.c289 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in rtllib_rx_frame_decrypt()
306 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in rtllib_rx_frame_decrypt()
1059 (*crypt)->ops->decrypt_mpdu == NULL)) in rtllib_rx_get_crypt()
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_wep.c234 .decrypt_mpdu = lib80211_wep_decrypt,
H A Dlib80211_crypt_ccmp.c426 .decrypt_mpdu = lib80211_ccmp_decrypt,
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c217 .decrypt_mpdu = prism2_wep_decrypt,
H A Drtllib_crypt_ccmp.c387 .decrypt_mpdu = rtllib_ccmp_decrypt,
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_wep.c234 .decrypt_mpdu = lib80211_wep_decrypt,
H A Dlib80211_crypt_ccmp.c426 .decrypt_mpdu = lib80211_ccmp_decrypt,
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c655 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in hostap_rx_frame_decrypt()
672 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in hostap_rx_frame_decrypt()
801 crypt->ops->decrypt_mpdu == NULL)) in hostap_80211_rx()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c655 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in hostap_rx_frame_decrypt()
672 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in hostap_rx_frame_decrypt()
801 crypt->ops->decrypt_mpdu == NULL)) in hostap_80211_rx()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_security.c233 if (crypto_ops->decrypt_mpdu(skb, prxattrib->hdrlen, crypto_private)) { in rtw_wep_decrypt()
878 if (crypto_ops->decrypt_mpdu(skb, prxattrib->hdrlen, crypto_private)) { in rtw_aes_decrypt()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c274 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt()
281 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt()
449 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c274 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt()
281 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt()
449 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()

Completed in 21 milliseconds

12