Searched refs:net80211_crypto (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | net80211.h | 689 struct net80211_crypto struct 707 int ( * init ) ( struct net80211_crypto *crypto, const void *key, argument 733 struct io_buffer * ( * encrypt ) ( struct net80211_crypto *crypto, argument 759 struct io_buffer * ( * decrypt ) ( struct net80211_crypto *crypto, argument 769 #define NET80211_CRYPTOS __table ( struct net80211_crypto, "net80211_cryptos" ) argument 940 struct net80211_crypto *crypto; 951 struct net80211_crypto *gcrypto;
|
D | sec80211.h | 73 int sec80211_install ( struct net80211_crypto **which,
|
/external/syslinux/gpxe/src/net/80211/ |
D | sec80211.c | 98 int sec80211_install ( struct net80211_crypto **which, in sec80211_install() 102 struct net80211_crypto *crypto = *which; in sec80211_install() 103 struct net80211_crypto *tbl_crypto; in sec80211_install() 181 sizeof ( struct net80211_crypto ) : in rsn_pick_desc() 189 struct net80211_crypto *crypto = tblp; in rsn_pick_desc()
|
D | wep.c | 97 static int wep_init ( struct net80211_crypto *crypto, const void *key, in wep_init() 117 static struct io_buffer * wep_encrypt ( struct net80211_crypto *crypto, in wep_encrypt() 166 static struct io_buffer * wep_decrypt ( struct net80211_crypto *crypto, in wep_decrypt() 210 struct net80211_crypto wep_crypto __net80211_crypto = {
|
D | wpa_ccmp.c | 154 static int ccmp_init ( struct net80211_crypto *crypto, const void *key, in ccmp_init() 318 struct io_buffer * ccmp_encrypt ( struct net80211_crypto *crypto, in ccmp_encrypt() 386 static struct io_buffer * ccmp_decrypt ( struct net80211_crypto *crypto, in ccmp_decrypt() 457 struct net80211_crypto ccmp_crypto __net80211_crypto = {
|
D | wpa_tkip.c | 185 static int tkip_init ( struct net80211_crypto *crypto, const void *key, in tkip_init() 374 static struct io_buffer * tkip_encrypt ( struct net80211_crypto *crypto, in tkip_encrypt() 444 static struct io_buffer * tkip_decrypt ( struct net80211_crypto *crypto, in tkip_decrypt() 524 struct net80211_crypto tkip_crypto __net80211_crypto = {
|
D | wpa.c | 69 static struct net80211_crypto * 72 struct net80211_crypto *crypto; in wpa_find_cryptosystem()
|
D | net80211.c | 2728 struct net80211_crypto *crypto = dev->crypto; in net80211_rx()
|