Lines Matching defs:tkip_ctx
85 struct tkip_ctx {
97 static void michael_mic(struct tkip_ctx *, const u8 *key,
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;
113 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx),
128 struct tkip_ctx *ctx = k->wk_private;
138 struct tkip_ctx *ctx = k->wk_private;
154 struct tkip_ctx *ctx = k->wk_private;
177 struct tkip_ctx *ctx = k->wk_private;
240 struct tkip_ctx *ctx = k->wk_private;
290 struct tkip_ctx *ctx = k->wk_private;
385 struct tkip_ctx *ctx = k->wk_private;
874 michael_mic(struct tkip_ctx *ctx, const u8 *key,
1000 tkip_encrypt(struct tkip_ctx *ctx, struct ieee80211_key *key,
1026 tkip_decrypt(struct tkip_ctx *ctx, struct ieee80211_key *key,