Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c49 struct ccmp_ctx { struct
87 struct ccmp_ctx *ctx; in ccmp_attach()
89 ctx = kmem_zalloc(sizeof (struct ccmp_ctx), KM_SLEEP); in ccmp_attach()
100 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
103 kmem_free(ctx, sizeof (struct ccmp_ctx)); in ccmp_detach()
121 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()