Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_crypto_ccmp.c76 .ic_trailer = IEEE80211_WEP_MICLEN,
255 m_adj(m, -ccmp.ic_trailer); in ccmp_decap()
530 xor_block(b, s0, ccmp.ic_trailer); in ccmp_encrypt()
531 return m_append(m0, ccmp.ic_trailer, b); in ccmp_encrypt()
563 data_len = m->m_pkthdr.len - (hdrlen + ccmp.ic_header + ccmp.ic_trailer); in ccmp_decrypt()
565 m_copydata(m, m->m_pkthdr.len - ccmp.ic_trailer, ccmp.ic_trailer, mic); in ccmp_decrypt()
566 xor_block(mic, b, ccmp.ic_trailer); in ccmp_decrypt()
622 if (memcmp(mic, a, ccmp.ic_trailer) != 0) { in ccmp_decrypt()
HDieee80211_crypto_wep.c62 .ic_trailer = IEEE80211_WEP_CRCLEN,
238 m_adj(m, -wep.ic_trailer); in wep_decap()
422 data_len = m->m_pkthdr.len - (off + wep.ic_trailer), in wep_decrypt()
HDieee80211_crypto_none.c60 .ic_trailer = 0,
HDieee80211_crypto.h176 u_int ic_trailer; /* size of privacy trailer (bytes) */ member
HDieee80211_crypto_tkip.c67 .ic_trailer = IEEE80211_WEP_CRCLEN,
316 m_adj(m, -tkip.ic_trailer); in tkip_decap()
982 m->m_pkthdr.len - (hdrlen + tkip.ic_header + tkip.ic_trailer))) { in tkip_decrypt()
/trueos/sys/dev/ath/
HDif_ath_tx.c1034 (*pktlen) += cip->ic_header + cip->ic_trailer; in ath_tx_tag_crypto()
/trueos/sys/dev/mwl/
HDif_mwl.c3256 pktlen += cip->ic_header + cip->ic_miclen + cip->ic_trailer; in mwl_tx_start()