Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/net/wireless/
Dlib80211.c39 struct lib80211_crypto_ops *ops;
166 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops()
188 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops()
211 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()
239 static struct lib80211_crypto_ops lib80211_crypt_null = {
Dlib80211_crypt_wep.c229 static struct lib80211_crypto_ops lib80211_crypt_wep = {
Dlib80211_crypt_ccmp.c421 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
Dlib80211_crypt_tkip.c708 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
/Linux-v5.4/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-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c262 static struct lib80211_crypto_ops rtllib_crypt_wep = {
Drtllib_crypt_ccmp.c388 static struct lib80211_crypto_ops rtllib_crypt_ccmp = {
Drtllib_crypt_tkip.c745 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
Drtllib_wx.c520 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_security.c143 struct lib80211_crypto_ops *crypto_ops; in rtw_wep_encrypt()
212 struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("WEP"); in rtw_wep_decrypt()
1293 struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("CCMP"); in rtw_aes_decrypt()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c512 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()