Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c117 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
139 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
195 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
257 struct tkip_ctx *ctx = k->wk_private; in tkip_enmic()
285 struct tkip_ctx *ctx = k->wk_private; in tkip_demic()
H A Dnet80211_crypto_wep.c106 struct wep_ctx *ctx = k->wk_private; in wep_detach()
128 struct wep_ctx *ctx = k->wk_private; in wep_encap()
H A Dnet80211_crypto.c108 k->wk_private = k->wk_cipher->ic_attach(ic, k); in ieee80211_crypto_resetkey()
201 key->wk_private = keyctx; in ieee80211_crypto_newkey()
H A Dnet80211_crypto_ccmp.c100 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
121 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h180 void *wk_private; /* private cipher state */ member