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

/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_tkip.c87 struct tkip_ctx { struct
99 static void michael_mic(struct tkip_ctx *, const u8 *key,
102 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
104 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
113 struct tkip_ctx *ctx;
115 ctx = (struct tkip_ctx *) IEEE80211_MALLOC(sizeof(struct tkip_ctx),
130 struct tkip_ctx *ctx = k->wk_private;
140 struct tkip_ctx *ctx = k->wk_private;
156 struct tkip_ctx *ct
[all...]
/freebsd-12-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c141 struct tkip_ctx { struct
184 struct tkip_ctx *ctx;

Completed in 110 milliseconds