Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_crypto_none.c103 struct ieee80211vap *vap = k->wk_private; in none_encap()
124 struct ieee80211vap *vap = k->wk_private; in none_decap()
144 struct ieee80211vap *vap = k->wk_private; in none_enmic()
153 struct ieee80211vap *vap = k->wk_private; in none_demic()
H A Dieee80211_crypto_wep.c111 struct wep_ctx *ctx = k->wk_private; in wep_detach()
127 struct wep_ctx *ctx = k->wk_private; in wep_setiv()
183 struct wep_ctx *ctx = k->wk_private; in wep_encap()
242 struct wep_ctx *ctx = k->wk_private; in wep_decap()
348 struct wep_ctx *ctx = key->wk_private; in wep_encrypt()
431 struct wep_ctx *ctx = key->wk_private; in wep_decrypt()
H A Dieee80211_crypto_ccmp.c118 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
128 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setkey()
144 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setiv()
168 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()
238 struct ccmp_ctx *ctx = k->wk_private; in ccmp_decap()
452 struct ccmp_ctx *ctx = key->wk_private; in ccmp_encrypt()
597 struct ccmp_ctx *ctx = key->wk_private; in ccmp_decrypt()
H A Dieee80211_crypto.h106 void *wk_private; /* private cipher state */ member
242 k->wk_private = k->wk_cipher->ic_attach(vap, k); in ieee80211_crypto_resetkey()
H A Dieee80211_crypto_tkip.c130 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
140 struct tkip_ctx *ctx = k->wk_private; in tkip_setkey()
156 struct tkip_ctx *ctx = k->wk_private; in tkip_setiv()
179 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
242 struct tkip_ctx *ctx = k->wk_private; in tkip_enmic()
292 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
387 struct tkip_ctx *ctx = k->wk_private; in tkip_demic()
H A Dieee80211_crypto.c365 key->wk_private = keyctx; in ieee80211_crypto_newkey()
410 key->wk_private = keyctx; in ieee80211_crypto_newkey()