Home | History | Annotate | Download | only in net80211

Lines Matching refs:cipher

57  * separately through loadable cipher modules that register with
59 * of the cipher; any per-key state is hung off wk_private by the
60 * cipher when it is attached. Ciphers are automatically called
63 * The generic crypto support handles encap/decap of cipher-related
66 * the cipher is expected to honor this and do the necessary work.
89 void *wk_private; /* private cipher state */
144 int cipher, int flags, struct ieee80211_key *);
152 * Template for a supported cipher. Ciphers register with the
154 * (the null cipher is always present).
179 int ieee80211_crypto_available(u_int cipher);