Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_crypto_none.c102 struct ieee80211vap *vap = k->wk_private; in none_encap()
123 struct ieee80211vap *vap = k->wk_private; in none_decap()
143 struct ieee80211vap *vap = k->wk_private; in none_enmic()
152 struct ieee80211vap *vap = k->wk_private; in none_demic()
H A Dieee80211_crypto.c364 key->wk_private = keyctx; in ieee80211_crypto_newkey()
409 key->wk_private = keyctx; in ieee80211_crypto_newkey()
/dragonfly/sys/netproto/802_11/wlan_wep/
H A Dieee80211_crypto_wep.c115 struct wep_ctx *ctx = k->wk_private; in wep_detach()
131 struct wep_ctx *ctx = k->wk_private; in wep_setiv()
187 struct wep_ctx *ctx = k->wk_private; in wep_encap()
234 struct wep_ctx *ctx = k->wk_private; in wep_decap()
331 struct wep_ctx *ctx = key->wk_private; in wep_encrypt()
414 struct wep_ctx *ctx = key->wk_private; in wep_decrypt()
/dragonfly/sys/netproto/802_11/wlan_ccmp/
H A Dieee80211_crypto_ccmp.c122 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
132 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setkey()
148 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setiv()
171 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()
226 struct ccmp_ctx *ctx = k->wk_private; in ccmp_decap()
424 struct ccmp_ctx *ctx = key->wk_private; in ccmp_encrypt()
569 struct ccmp_ctx *ctx = key->wk_private; in ccmp_decrypt()
/dragonfly/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c134 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
144 struct tkip_ctx *ctx = k->wk_private; in tkip_setkey()
160 struct tkip_ctx *ctx = k->wk_private; in tkip_setiv()
183 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
232 struct tkip_ctx *ctx = k->wk_private; in tkip_enmic()
268 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
343 struct tkip_ctx *ctx = k->wk_private; in tkip_demic()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_crypto.h98 void *wk_private; /* private cipher state */ member
239 k->wk_private = k->wk_cipher->ic_attach(vap, k); in ieee80211_crypto_resetkey()