Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c85 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()
[all …]
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c139 struct tkip_ctx { struct
182 struct tkip_ctx *ctx; in runtest()