Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dlib80211.c186 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops() function
207 EXPORT_SYMBOL(lib80211_unregister_crypto_ops);
252 lib80211_unregister_crypto_ops(&lib80211_crypt_null); in lib80211_exit()
H A Dlib80211_crypt_wep.c252 lib80211_unregister_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_exit()
H A Dlib80211_crypt_ccmp.c444 lib80211_unregister_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_exit()
H A Dlib80211_crypt_tkip.c734 lib80211_unregister_crypto_ops(&lib80211_crypt_tkip); in lib80211_crypto_tkip_exit()
/openbmc/linux/include/net/
H A Dlib80211.h117 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c235 lib80211_unregister_crypto_ops(&rtllib_crypt_wep); in rtllib_crypto_wep_exit()
H A Drtllib_crypt_ccmp.c405 lib80211_unregister_crypto_ops(&rtllib_crypt_ccmp); in rtllib_crypto_ccmp_exit()
H A Drtllib_crypt_tkip.c705 lib80211_unregister_crypto_ops(&rtllib_crypt_tkip); in rtllib_crypto_tkip_exit()