Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A 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()
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()
555 hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_michael_mic_verify()
[all …]
H A Drtllib_rx.c88 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
236 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
276 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
316 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
883 struct rtllib_hdr_4addr *hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_get_hdrlen()
905 struct rtllib_hdr_4addr *hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_check_duplicate()
1032 struct rtllib_hdr_4addr *hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_get_crypt()
1066 struct rtllib_hdr_4addr *hdr; in rtllib_rx_decrypt()
1278 struct rtllib_hdr_4addr *hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_InfraAdhoc()
1449 struct rtllib_hdr_4addr *hdr = (struct rtllib_hdr_4addr *)skb->data; in rtllib_rx_Monitor()
[all …]
H A 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()
H A Drtllib.h714 struct rtllib_hdr_4addr { struct
1795 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()