Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan_ccmp/
HDieee80211_crypto_ccmp.c58 struct ccmp_ctx { struct
100 struct ccmp_ctx *ctx; in ccmp_attach()
103 ctx = (struct ccmp_ctx *) kmalloc(sizeof(struct ccmp_ctx), in ccmp_attach()
106 ctx = (struct ccmp_ctx *) IEEE80211_MALLOC(sizeof(struct ccmp_ctx), in ccmp_attach()
122 struct ccmp_ctx *ctx = k->wk_private; in ccmp_detach()
132 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setkey()
148 struct ccmp_ctx *ctx = k->wk_private; in ccmp_setiv()
171 struct ccmp_ctx *ctx = k->wk_private; in ccmp_encap()
226 struct ccmp_ctx *ctx = k->wk_private; in ccmp_decap()
424 struct ccmp_ctx *ctx = key->wk_private; in ccmp_encrypt()
[all …]