Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dlib80211.c164 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops() function
184 EXPORT_SYMBOL(lib80211_register_crypto_ops);
247 return lib80211_register_crypto_ops(&lib80211_crypt_null); in lib80211_init()
Dlib80211_crypt_wep.c280 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()
Dlib80211_crypt_ccmp.c470 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
Dlib80211_crypt_tkip.c753 return lib80211_register_crypto_ops(&lib80211_crypt_tkip); in lib80211_crypto_tkip_init()
/linux-4.4.14/include/net/
Dlib80211.h115 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c277 return lib80211_register_crypto_ops(&rtllib_crypt_wep); in rtllib_crypto_wep_init()
Drtllib_crypt_ccmp.c445 return lib80211_register_crypto_ops(&rtllib_crypt_ccmp); in rtllib_crypto_ccmp_init()
Drtllib_crypt_tkip.c764 return lib80211_register_crypto_ops(&rtllib_crypt_tkip); in rtllib_crypto_tkip_init()