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

/openbsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c45 struct ieee80211_ccmp_ctx { struct
56 struct ieee80211_ccmp_ctx *ctx;
70 explicit_bzero(k->k_priv, sizeof(struct ieee80211_ccmp_ctx));
71 free(k->k_priv, M_DEVBUF, sizeof(struct ieee80211_ccmp_ctx));
169 struct ieee80211_ccmp_ctx *ctx = k->k_priv;
346 struct ieee80211_ccmp_ctx *ctx = k->k_priv;

Completed in 164 milliseconds