Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A 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()
H A Dlib80211_crypt_wep.c247 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()
H A Dlib80211_crypt_ccmp.c439 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
H A Dlib80211_crypt_tkip.c729 return lib80211_register_crypto_ops(&lib80211_crypt_tkip); in lib80211_crypto_tkip_init()
/openbmc/linux/include/net/
H A Dlib80211.h116 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c230 return lib80211_register_crypto_ops(&rtllib_crypt_wep); in rtllib_crypto_wep_init()
H A Drtllib_crypt_ccmp.c400 return lib80211_register_crypto_ops(&rtllib_crypt_ccmp); in rtllib_crypto_ccmp_init()
H A Drtllib_crypt_tkip.c700 return lib80211_register_crypto_ops(&rtllib_crypt_tkip); in rtllib_crypto_tkip_init()