Searched refs:decrypt_mpdu (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt.h | 43 	int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv);  member
 | 
| D | ieee80211_crypt_wep.c | 227 	.decrypt_mpdu		= prism2_wep_decrypt,
 | 
| D | ieee80211_crypt.c | 187 	.decrypt_mpdu		= NULL,
 | 
| D | ieee80211_crypt_ccmp.c | 400 	.decrypt_mpdu		= ieee80211_ccmp_decrypt,
 | 
| D | ieee80211_crypt_tkip.c | 699 	.decrypt_mpdu		= ieee80211_tkip_decrypt,
 | 
| D | ieee80211_rx.c | 339 	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()
 985 		if (crypt && (!crypt->ops || !crypt->ops->decrypt_mpdu))  in ieee80211_rx()
 
 | 
| /Linux-v5.10/include/net/ | 
| D | lib80211.h | 63 	int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);  member
 | 
| /Linux-v5.10/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_wep.c | 223 	.decrypt_mpdu		= prism2_wep_decrypt,
 | 
| D | rtllib_crypt_ccmp.c | 393 	.decrypt_mpdu		= rtllib_ccmp_decrypt,
 | 
| D | rtllib_crypt_tkip.c | 704 	.decrypt_mpdu		= rtllib_tkip_decrypt,
 | 
| D | rtllib_rx.c | 289 	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()
 
 | 
| /Linux-v5.10/net/wireless/ | 
| D | lib80211_crypt_wep.c | 234 	.decrypt_mpdu = lib80211_wep_decrypt,
 | 
| D | lib80211_crypt_ccmp.c | 426 	.decrypt_mpdu = lib80211_ccmp_decrypt,
 | 
| D | lib80211_crypt_tkip.c | 713 	.decrypt_mpdu = lib80211_tkip_decrypt,
 | 
| /Linux-v5.10/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_80211_rx.c | 655 	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-v5.10/drivers/staging/rtl8188eu/core/ | 
| D | rtw_security.c | 233 		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()
 
 | 
| /Linux-v5.10/drivers/net/wireless/intel/ipw2x00/ | 
| D | libipw_rx.c | 274 	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()
 
 |