Lines Matching refs:ieee80211_key

66 static	void *ccmp_attach(struct ieee80211vap *, struct ieee80211_key *);
67 static void ccmp_detach(struct ieee80211_key *);
68 static int ccmp_setkey(struct ieee80211_key *);
69 static void ccmp_setiv(struct ieee80211_key *, uint8_t *);
70 static int ccmp_encap(struct ieee80211_key *, struct mbuf *);
71 static int ccmp_decap(struct ieee80211_key *, struct mbuf *, int);
72 static int ccmp_enmic(struct ieee80211_key *, struct mbuf *, int);
73 static int ccmp_demic(struct ieee80211_key *, struct mbuf *, int);
109 static int ccmp_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
110 static int ccmp_decrypt(struct ieee80211_key *, u_int64_t pn,
117 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in ccmp_attach()
134 ccmp_detach(struct ieee80211_key *k) in ccmp_detach()
144 ccmp_get_trailer_len(struct ieee80211_key *k) in ccmp_get_trailer_len()
150 ccmp_get_header_len(struct ieee80211_key *k) in ccmp_get_header_len()
174 ccmp_get_ccm_m(struct ieee80211_key *k) in ccmp_get_ccm_m()
184 ccmp_setkey(struct ieee80211_key *k) in ccmp_setkey()
215 ccmp_setiv(struct ieee80211_key *k, uint8_t *ivp) in ccmp_setiv()
238 ccmp_encap(struct ieee80211_key *k, struct mbuf *m) in ccmp_encap()
288 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_enmic()
308 ccmp_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in ccmp_decap()
398 ccmp_demic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_demic()
558 ccmp_encrypt(struct ieee80211_key *key, struct mbuf *m0, int hdrlen) in ccmp_encrypt()
703 ccmp_decrypt(struct ieee80211_key *key, u_int64_t pn, struct mbuf *m, int hdrlen) in ccmp_decrypt()