Home
last modified time | relevance | path

Searched refs:net80211_crypto (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h689 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;
Dsec80211.h73 int sec80211_install ( struct net80211_crypto **which,
/external/syslinux/gpxe/src/net/80211/
Dsec80211.c98 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()
Dwep.c97 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 = {
Dwpa_ccmp.c154 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 = {
Dwpa_tkip.c185 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 = {
Dwpa.c69 static struct net80211_crypto *
72 struct net80211_crypto *crypto; in wpa_find_cryptosystem()
Dnet80211.c2728 struct net80211_crypto *crypto = dev->crypto; in net80211_rx()