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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto_tkip.c83 struct tkip_ctx { struct
96 static void michael_mic(struct tkip_ctx *, const u8 *key,
99 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
101 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
110 struct tkip_ctx *ctx;
112 ctx = (struct tkip_ctx *) malloc(sizeof(struct tkip_ctx),
127 struct tkip_ctx *ctx = k->wk_private;
137 struct tkip_ctx *ctx = k->wk_private;
157 struct tkip_ctx *ct
[all...]
/freebsd-10.0-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c140 struct tkip_ctx { struct
184 struct tkip_ctx *ctx;

Completed in 61 milliseconds