Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c301 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_encrypt()
314 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_encrypt()
384 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_decrypt()
397 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_decrypt()
522 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
524 hdr11 = (struct rtllib_hdr_4addr *) skb->data; in michael_mic_hdr()
555 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
557 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_michael_mic_add()
580 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
605 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_verify()
[all …]
Drtllib_rx.c93 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
122 sizeof(struct rtllib_hdr_4addr) + in rtllib_frag_cache_get()
162 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_invalidate()
246 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
252 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_is_eapol_frame()
285 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
300 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt()
327 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
341 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt_msdu()
361 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib_crypt_ccmp.c111 struct rtllib_hdr_4addr *hdr, in ccmp_init_blocks()
194 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
225 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_encrypt()
266 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
276 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_decrypt()
Drtllib.h1189 struct rtllib_hdr_4addr { struct
2650 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()