Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dlib80211.c166 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops() function
186 EXPORT_SYMBOL(lib80211_register_crypto_ops);
249 return lib80211_register_crypto_ops(&lib80211_crypt_null); in lib80211_init()
Dlib80211_crypt_wep.c247 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()
Dlib80211_crypt_ccmp.c439 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
Dlib80211_crypt_tkip.c729 return lib80211_register_crypto_ops(&lib80211_crypt_tkip); in lib80211_crypto_tkip_init()
/Linux-v5.4/include/net/
Dlib80211.h116 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c281 return lib80211_register_crypto_ops(&rtllib_crypt_wep); in rtllib_crypto_wep_init()
Drtllib_crypt_ccmp.c407 return lib80211_register_crypto_ops(&rtllib_crypt_ccmp); in rtllib_crypto_ccmp_init()
Drtllib_crypt_tkip.c765 return lib80211_register_crypto_ops(&rtllib_crypt_tkip); in rtllib_crypto_tkip_init()