Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_none.c101 struct ieee80211vap *vap = k->wk_private; in none_encap()
122 struct ieee80211vap *vap = k->wk_private; in none_decap()
142 struct ieee80211vap *vap = k->wk_private; in none_enmic()
151 struct ieee80211vap *vap = k->wk_private; in none_demic()
H A Dieee80211_crypto_wep.c109 struct wep_ctx *ctx = k->wk_private; in wep_detach()
125 struct wep_ctx *ctx = k->wk_private; in wep_setiv()
181 struct wep_ctx *ctx = k->wk_private; in wep_encap()
240 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.c116 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
126 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setkey()
142 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setiv()
166 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()
236 struct ccmp_ctx *ctx = k->wk_private; in ccmp_decap()
450 struct ccmp_ctx *ctx = key->wk_private; in ccmp_encrypt()
595 struct ccmp_ctx *ctx = key->wk_private; in ccmp_decrypt()
H A Dieee80211_crypto_tkip.c128 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
138 struct tkip_ctx *ctx = k->wk_private; in tkip_setkey()
154 struct tkip_ctx *ctx = k->wk_private; in tkip_setiv()
177 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
240 struct tkip_ctx *ctx = k->wk_private; in tkip_enmic()
290 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
385 struct tkip_ctx *ctx = k->wk_private; in tkip_demic()
H A Dieee80211_crypto.h104 void *wk_private; /* private cipher state */ member
264 k->wk_private = k->wk_cipher->ic_attach(vap, k); in ieee80211_crypto_resetkey()
H A Dieee80211_crypto.c438 key->wk_private = keyctx; in ieee80211_crypto_newkey()
483 key->wk_private = keyctx; in ieee80211_crypto_newkey()
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c252 ctx = (struct wep_ctx_hw *) key->wk_private; in runtest()
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c256 ctx = key->wk_private; in runtest()