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);
37 struct lib80211_crypto_ops *ops;164 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_register_crypto_ops()186 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops) in lib80211_unregister_crypto_ops()209 struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name) in lib80211_get_crypto_ops()237 static struct lib80211_crypto_ops lib80211_crypt_null = {
229 static struct lib80211_crypto_ops lib80211_crypt_wep = {
421 static struct lib80211_crypto_ops lib80211_crypt_ccmp = {
708 static struct lib80211_crypto_ops lib80211_crypt_tkip = {
143 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()737 struct lib80211_crypto_ops *crypto_ops; in rtw_aes_encrypt()843 struct lib80211_crypto_ops *crypto_ops = lib80211_get_crypto_ops("CCMP"); in rtw_aes_decrypt()
213 struct lib80211_crypto_ops *crypt;
3204 struct lib80211_crypto_ops *ops; in prism2_ioctl_siwencodeext()3444 struct lib80211_crypto_ops *ops; in prism2_ioctl_set_encryption()
218 static struct lib80211_crypto_ops rtllib_crypt_wep = {
388 static struct lib80211_crypto_ops rtllib_crypt_ccmp = {
699 static struct lib80211_crypto_ops rtllib_crypt_tkip = {
520 struct lib80211_crypto_ops *ops; in rtllib_wx_set_encode_ext()
512 struct lib80211_crypto_ops *ops; in libipw_wx_set_encodeext()