Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c258 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_encrypt()
269 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_tkip_encrypt()
333 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_decrypt()
344 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_tkip_decrypt()
468 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
470 hdr11 = (struct rtllib_hdr_4addr *)skb->data; in michael_mic_hdr()
504 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
506 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_michael_mic_add()
528 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
553 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_verify()
[all …]
Drtllib_rx.c88 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
118 sizeof(struct rtllib_hdr_4addr) + in rtllib_frag_cache_get()
159 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_invalidate()
236 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
242 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_is_eapol_frame()
276 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
292 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_frame_decrypt()
316 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
331 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_frame_decrypt_msdu()
350 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib_crypt_ccmp.c86 static int ccmp_init_iv_and_aad(struct rtllib_hdr_4addr *hdr, in ccmp_init_iv_and_aad()
156 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
185 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_ccmp_encrypt()
223 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
233 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_ccmp_decrypt()
Drtllib.h714 struct rtllib_hdr_4addr { struct
1795 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()