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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h144 * ic_attach - Initialize cipher. The return value is set to wk_private
158 void *(*ic_attach)(struct ieee80211com *, member in struct:ieee80211_cipher
225 (k)->wk_cipher->ic_attach(k)
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c110 k->wk_private = k->wk_cipher->ic_attach(ic, k);
194 keyctx = cip->ic_attach(ic, key);

Completed in 58 milliseconds