Searched refs:lib80211_crypto_ops (Results 1 – 13 of 13) sorted by relevance
44 struct lib80211_crypto_ops { struct95 struct lib80211_crypto_ops *ops; argument116 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);
38 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 = {
270 static struct lib80211_crypto_ops lib80211_crypt_wep = {
452 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
746 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
213 struct lib80211_crypto_ops *crypt;
3205 struct lib80211_crypto_ops *ops; in prism2_ioctl_siwencodeext()3445 struct lib80211_crypto_ops *ops; in prism2_ioctl_set_encryption()
266 static struct lib80211_crypto_ops rtllib_crypt_wep = {
426 static struct lib80211_crypto_ops rtllib_crypt_ccmp = {
752 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
533 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
144 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()
526 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()