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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h144 * ic_attach - Initialize cipher. The return value is set to wk_private
180 void *wk_private; /* private cipher state */ member in struct:ieee80211_key
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c110 k->wk_private = k->wk_cipher->ic_attach(ic, k);
203 key->wk_private = keyctx;
H A Dnet80211_crypto_wep.c106 struct wep_ctx *ctx = k->wk_private;
128 struct wep_ctx *ctx = k->wk_private;
H A Dnet80211_crypto_tkip.c117 struct tkip_ctx *ctx = k->wk_private;
139 struct tkip_ctx *ctx = k->wk_private;
195 struct tkip_ctx *ctx = k->wk_private;
257 struct tkip_ctx *ctx = k->wk_private;
285 struct tkip_ctx *ctx = k->wk_private;
H A Dnet80211_crypto_ccmp.c100 struct ccmp_ctx *ctx = k->wk_private;
121 struct ccmp_ctx *ctx = k->wk_private;

Completed in 49 milliseconds