Searched defs: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;
89 ctx = kmem_zalloc(sizeof (struct ccmp_ctx), KM_SLEEP);
100 struct ccmp_ctx *ctx = k->wk_private;
103 kmem_free(ctx, sizeof (struct ccmp_ctx));
121 struct ccmp_ctx *ctx = k->wk_private;

Completed in 45 milliseconds