Searched refs:lib80211_register_crypto_ops (Results 1 – 8 of 8) sorted by relevance
164 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops() function184 EXPORT_SYMBOL(lib80211_register_crypto_ops);247 return lib80211_register_crypto_ops(&lib80211_crypt_null); in lib80211_init()
247 return lib80211_register_crypto_ops(&lib80211_crypt_wep); in lib80211_crypto_wep_init()
439 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
729 return lib80211_register_crypto_ops(&lib80211_crypt_tkip); in lib80211_crypto_tkip_init()
116 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
237 return lib80211_register_crypto_ops(&rtllib_crypt_wep); in rtllib_crypto_wep_init()
409 return lib80211_register_crypto_ops(&rtllib_crypt_ccmp); in rtllib_crypto_ccmp_init()
719 return lib80211_register_crypto_ops(&rtllib_crypt_tkip); in rtllib_crypto_tkip_init()
Completed in 15 milliseconds