Searched refs:tkip_ctx (Results 1 – 1 of 1) sorted by relevance
78 struct tkip_ctx { struct89 static void michael_mic(struct tkip_ctx *, const uint8_t *, argument91 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,93 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,104 struct tkip_ctx *ctx; in tkip_attach()106 ctx = kmem_zalloc(sizeof (struct tkip_ctx), KM_SLEEP); in tkip_attach()117 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()120 kmem_free(ctx, sizeof (struct tkip_ctx)); in tkip_detach()139 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()195 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()[all …]