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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c78 struct tkip_ctx { struct
89 static void michael_mic(struct tkip_ctx *, const uint8_t *,
91 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
93 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
104 struct tkip_ctx *ctx;
106 ctx = kmem_zalloc(sizeof (struct tkip_ctx), KM_SLEEP);
117 struct tkip_ctx *ctx = k->wk_private;
120 kmem_free(ctx, sizeof (struct tkip_ctx));
139 struct tkip_ctx *ctx = k->wk_private;
195 struct tkip_ctx *ct
[all...]

Completed in 831 milliseconds