Searched refs:tkip_ctx (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net80211/
H A Dieee80211_crypto_tkip.c95 struct tkip_ctx { struct
108 static void michael_mic(struct tkip_ctx *, const u8 *key,
111 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
113 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
119 struct tkip_ctx *ctx;
121 ctx = kmem_intr_zalloc(sizeof(struct tkip_ctx), KM_NOSLEEP);
134 struct tkip_ctx *ctx = k->wk_private;
136 kmem_intr_free(ctx, sizeof(struct tkip_ctx));
142 struct tkip_ctx *ctx = k->wk_private;
161 struct tkip_ctx *ct
[all...]

Completed in 164 milliseconds