Home
last modified time | relevance | path

Searched refs:CCMP_MIC_LEN (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c26 #define CCMP_MIC_LEN 8 macro
164 skb_tailroom(skb) < CCMP_MIC_LEN || in rtllib_ccmp_encrypt()
204 skb_put(skb, CCMP_MIC_LEN); in rtllib_ccmp_encrypt()
208 data_len + CCMP_MIC_LEN); in rtllib_ccmp_encrypt()
233 if (skb->len < hdr_len + CCMP_HDR_LEN + CCMP_MIC_LEN) { in rtllib_ccmp_decrypt()
313 skb_trim(skb, skb->len - CCMP_MIC_LEN); in rtllib_ccmp_decrypt()
340 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in rtllib_ccmp_set_key()
402 .extra_mpdu_postfix_len = CCMP_MIC_LEN,
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c31 #define CCMP_MIC_LEN 8 macro
170 skb_tailroom(skb) < CCMP_MIC_LEN || in ieee80211_ccmp_encrypt()
211 skb_put(skb, CCMP_MIC_LEN); in ieee80211_ccmp_encrypt()
216 data_len + CCMP_MIC_LEN); in ieee80211_ccmp_encrypt()
238 if (skb->len < hdr_len + CCMP_HDR_LEN + CCMP_MIC_LEN) { in ieee80211_ccmp_decrypt()
323 skb_trim(skb, skb->len - CCMP_MIC_LEN); in ieee80211_ccmp_decrypt()
348 if (crypto_aead_setauthsize(tfm, CCMP_MIC_LEN) || in ieee80211_ccmp_set_key()
409 .extra_postfix_len = CCMP_MIC_LEN,