Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c286 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_encrypt()
298 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_encrypt()
373 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_decrypt()
386 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_decrypt()
528 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
530 hdr11 = (struct rtllib_hdr_4addr *) skb->data; in michael_mic_hdr()
561 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
563 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_michael_mic_add()
586 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
611 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_verify()
[all …]
Drtllib_crypt_ccmp.c88 static int ccmp_init_iv_and_aad(struct rtllib_hdr_4addr *hdr, in ccmp_init_iv_and_aad()
158 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
187 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_encrypt()
226 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
236 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_decrypt()
Drtllib_rx.c88 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
118 sizeof(struct rtllib_hdr_4addr) + in rtllib_frag_cache_get()
160 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_invalidate()
247 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
253 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_is_eapol_frame()
286 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
302 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt()
327 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
342 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt_msdu()
362 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib.h759 struct rtllib_hdr_4addr { struct
1896 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()