Home
last modified time | relevance | path

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 *, argument
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; in tkip_attach()
106 ctx = kmem_zalloc(sizeof (struct tkip_ctx), KM_SLEEP); in tkip_attach()
117 struct tkip_ctx *ctx = k->wk_private; in tkip_detach()
120 kmem_free(ctx, sizeof (struct tkip_ctx)); in tkip_detach()
139 struct tkip_ctx *ctx = k->wk_private; in tkip_encap()
195 struct tkip_ctx *ctx = k->wk_private; in tkip_decap()
[all …]