tkip_ctx
struct tkip_ctx *ctx;
ctx = kmem_zalloc(sizeof (struct tkip_ctx), KM_SLEEP);
struct tkip_ctx *ctx = k->wk_private;
kmem_free(ctx, sizeof (struct tkip_ctx));
struct tkip_ctx *ctx = k->wk_private;
struct tkip_ctx *ctx = k->wk_private;
struct tkip_ctx *ctx = k->wk_private;
struct tkip_ctx *ctx = k->wk_private;
michael_mic(struct tkip_ctx *ctx, const uint8_t *key,
tkip_encrypt(struct tkip_ctx *ctx, struct ieee80211_key *key,
tkip_decrypt(struct tkip_ctx *ctx, struct ieee80211_key *key,
static void michael_mic(struct tkip_ctx *, const uint8_t *,
static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,