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.c300 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_encrypt()
313 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_encrypt()
383 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_decrypt()
395 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_decrypt()
520 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
522 hdr11 = (struct rtllib_hdr_4addr *) skb->data; in michael_mic_hdr()
553 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
555 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_michael_mic_add()
578 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
603 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()
299 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt()
326 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
339 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt_msdu()
359 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib_crypt_ccmp.c109 struct rtllib_hdr_4addr *hdr, in ccmp_init_blocks()
192 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
223 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_encrypt()
264 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
274 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_decrypt()
Drtllib.h1189 struct rtllib_hdr_4addr { struct
2649 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()