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()
527 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
529 hdr11 = (struct rtllib_hdr_4addr *) skb->data; in michael_mic_hdr()
560 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
562 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_michael_mic_add()
585 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
610 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_verify()
[all …]
Drtllib_rx.c96 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
126 sizeof(struct rtllib_hdr_4addr) + in rtllib_frag_cache_get()
168 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_invalidate()
255 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
261 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_is_eapol_frame()
294 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
310 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt()
335 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
350 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt_msdu()
370 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib_crypt_ccmp.c110 struct rtllib_hdr_4addr *hdr, in ccmp_init_blocks()
191 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
222 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_encrypt()
263 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
273 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_decrypt()
Drtllib.h815 struct rtllib_hdr_4addr { struct
1952 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()