Searched refs:tkip_ctx (Results 1 – 1 of 1) sorted by relevance
86 struct tkip_ctx { struct98 static void michael_mic(struct tkip_ctx *, const u8 *key, argument101 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,103 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,112 struct tkip_ctx *ctx; in tkip_attach()115 ctx = (struct tkip_ctx *) kmalloc(sizeof(struct tkip_ctx), in tkip_attach()118 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx), in tkip_attach()134 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()144 struct tkip_ctx *ctx = k->wk_private; in tkip_setkey()160 struct tkip_ctx *ctx = k->wk_private; in tkip_setiv()[all …]