Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c152 if (crypt->ops && crypt->ops->encrypt_mpdu) in libipw_encrypt_fragment()
153 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in libipw_encrypt_fragment()
H A Dlibipw_crypto_wep.c227 .encrypt_mpdu = libipw_wep_encrypt,
H A Dlibipw_crypto_ccmp.c418 .encrypt_mpdu = libipw_ccmp_encrypt,
H A Dlibipw_crypto_tkip.c705 .encrypt_mpdu = libipw_tkip_encrypt,
H A Dlibipw.h726 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member