Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c79 struct wep_ctx { struct
91 struct wep_ctx *ctx; in wep_attach() argument
93 ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP); in wep_attach()
106 struct wep_ctx *ctx = k->wk_private; in wep_detach()
109 kmem_free(ctx, sizeof (struct wep_ctx)); in wep_detach()
128 struct wep_ctx *ctx = k->wk_private; in wep_encap()