Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_crypto_ccmp.c28 #define CCMP_MIC_LEN 8 macro
194 if (skb_tailroom(skb) < CCMP_MIC_LEN || skb->len < hdr_len) in libipw_ccmp_encrypt()
209 skb_put(skb, CCMP_MIC_LEN); in libipw_ccmp_encrypt()
214 data_len + CCMP_MIC_LEN); in libipw_ccmp_encrypt()
260 if (skb->len < hdr_len + CCMP_HDR_LEN + CCMP_MIC_LEN) { in libipw_ccmp_decrypt()
335 skb_trim(skb, skb->len - CCMP_MIC_LEN); in libipw_ccmp_decrypt()
361 if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) || in libipw_ccmp_set_key()
426 .extra_mpdu_postfix_len = CCMP_MIC_LEN,

Completed in 4 milliseconds