Lines Matching refs:tkip_ctx
85 struct tkip_ctx { struct
97 static void michael_mic(struct tkip_ctx *, const u8 *key, argument
100 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
102 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
111 struct tkip_ctx *ctx; in tkip_attach()
113 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx), in tkip_attach()
128 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
138 struct tkip_ctx *ctx = k->wk_private; in tkip_setkey()
154 struct tkip_ctx *ctx = k->wk_private; in tkip_setiv()
177 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
240 struct tkip_ctx *ctx = k->wk_private; in tkip_enmic()
290 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
386 struct tkip_ctx *ctx = k->wk_private; in tkip_demic()
875 michael_mic(struct tkip_ctx *ctx, const u8 *key, in michael_mic()
1001 tkip_encrypt(struct tkip_ctx *ctx, struct ieee80211_key *key, in tkip_encrypt()
1027 tkip_decrypt(struct tkip_ctx *ctx, struct ieee80211_key *key, in tkip_decrypt()