Home
last modified time | relevance | path

Searched refs:lib80211_crypto_ops (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/net/
Dlib80211.h44 struct lib80211_crypto_ops { struct
95 struct lib80211_crypto_ops *ops; argument
116 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
117 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
118 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name);
/Linux-v4.19/net/wireless/
Dlib80211.c38 struct lib80211_crypto_ops *ops;
165 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops()
187 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops()
210 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()
238 static struct lib80211_crypto_ops lib80211_crypt_null = {
Dlib80211_crypt_wep.c270 static struct lib80211_crypto_ops lib80211_crypt_wep = {
Dlib80211_crypt_ccmp.c452 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
Dlib80211_crypt_tkip.c746 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h213 struct lib80211_crypto_ops *crypt;
Dhostap_ioctl.c3205 struct lib80211_crypto_ops *ops; in prism2_ioctl_siwencodeext()
3445 struct lib80211_crypto_ops *ops; in prism2_ioctl_set_encryption()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c266 static struct lib80211_crypto_ops rtllib_crypt_wep = {
Drtllib_crypt_ccmp.c426 static struct lib80211_crypto_ops rtllib_crypt_ccmp = {
Drtllib_crypt_tkip.c752 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
Drtllib_wx.c533 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c144 struct lib80211_crypto_ops *crypto_ops; in rtw_wep_encrypt()
213 …struct lib80211_crypto_ops *crypto_ops = try_then_request_module(lib80211_get_crypto_ops("WEP"), "… in rtw_wep_decrypt()
1295 …struct lib80211_crypto_ops *crypto_ops = try_then_request_module(lib80211_get_crypto_ops("CCMP"), … in rtw_aes_decrypt()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c526 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()