Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h47 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
Dieee80211_crypt.c192 .decrypt_mpdu = NULL,
Dieee80211_crypt_wep.c271 .decrypt_mpdu = prism2_wep_decrypt,
Dieee80211_crypt_ccmp.c434 .decrypt_mpdu = ieee80211_ccmp_decrypt,
Dieee80211_crypt_tkip.c760 .decrypt_mpdu = ieee80211_tkip_decrypt,
Dieee80211_rx.c344 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in ieee80211_rx_frame_decrypt()
365 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in ieee80211_rx_frame_decrypt()
993 crypt->ops->decrypt_mpdu == NULL)) in ieee80211_rx()
/Linux-v4.19/include/net/
Dlib80211.h63 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c271 .decrypt_mpdu = prism2_wep_decrypt,
Drtllib_crypt_ccmp.c431 .decrypt_mpdu = rtllib_ccmp_decrypt,
Drtllib_crypt_tkip.c757 .decrypt_mpdu = rtllib_tkip_decrypt,
Drtllib_rx.c297 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in rtllib_rx_frame_decrypt()
314 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in rtllib_rx_frame_decrypt()
1067 (*crypt)->ops->decrypt_mpdu == NULL)) in rtllib_rx_get_crypt()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_wep.c275 .decrypt_mpdu = lib80211_wep_decrypt,
Dlib80211_crypt_ccmp.c457 .decrypt_mpdu = lib80211_ccmp_decrypt,
Dlib80211_crypt_tkip.c751 .decrypt_mpdu = lib80211_tkip_decrypt,
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
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()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c278 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt()
285 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt()
453 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c234 if (crypto_ops->decrypt_mpdu(skb, prxattrib->hdrlen, crypto_private)) { in rtw_wep_decrypt()
1330 if (crypto_ops->decrypt_mpdu(skb, prxattrib->hdrlen, crypto_private)) { in rtw_aes_decrypt()