Searched refs:algorithm (Results 1 - 25 of 26) sorted by relevance

12

/drivers/net/ppp/
H A DKconfig63 Deflate algorithm (the same algorithm that gzip uses) to compress
/drivers/md/
H A Draid5.h367 int level, algorithm; member in struct:r5conf
485 /* For every RAID5 algorithm we define a RAID6 algorithm
H A Ddm-raid.c71 const char *name; /* RAID algorithm. */
76 const unsigned algorithm; /* RAID algorithm. */ member in struct:raid_type
132 rs->md.layout = raid_type->algorithm;
H A Draid5.c1885 int algorithm = previous ? conf->prev_algo local
1886 : conf->algorithm;
1908 * Select the parity disk based on the user selected algorithm.
1916 switch (algorithm) {
1948 switch (algorithm) {
2086 int algorithm = previous ? conf->prev_algo local
2087 : conf->algorithm;
2104 switch (algorithm) {
2128 switch (algorithm) {
4893 conf->algorithm
[all...]
/drivers/net/wireless/b43/
H A Dmain.c788 u8 index, u8 algorithm, const u8 *key)
797 value = ((kidx << 4) | algorithm);
925 u8 index, u8 algorithm,
939 if (algorithm == B43_SEC_ALGO_TKIP) {
954 key_write(dev, index, algorithm, buf);
958 dev->key[index].algorithm = algorithm;
962 int index, u8 algorithm,
977 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32)
1008 do_key_write(dev, index, algorithm, ke
787 key_write(struct b43_wldev *dev, u8 index, u8 algorithm, const u8 *key) argument
924 do_key_write(struct b43_wldev *dev, u8 index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr) argument
961 b43_key_write(struct b43_wldev *dev, int index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr, struct ieee80211_key_conf *keyconf) argument
4005 u8 algorithm; local
[all...]
H A Dxmit.c321 mac_ctl |= (key->algorithm << B43_TXH_MAC_KEYALG_SHIFT) &
324 if (key->algorithm == B43_SEC_ALGO_TKIP) {
730 if (dev->key[keyidx].algorithm != B43_SEC_ALGO_NONE) {
H A Db43.h274 #define B43_SHM_SH_KEYIDXBLOCK 0x05D4 /* Key index/algorithm block (v4 firmware) */
677 u8 algorithm; member in struct:b43_key
/drivers/i2c/
H A DKconfig67 Some I2C bus drivers require so-called "I2C algorithm" modules
100 Say Y here if you want the I2C algorithm drivers to produce a bunch
/drivers/staging/rtl8712/
H A Drtl871x_cmd.h196 * a. algorithm: wep40, wep104, tkip & aes
205 u8 algorithm; /* encryption algorithm, could be none, wep40, member in struct:setkey_parm
217 * when shared key ==> algorithm/keyid
221 u8 algorithm; member in struct:set_stakey_parm
H A Dieee80211.h614 u16 algorithm; member in struct:ieee80211_authentication
H A Drtl871x_mlme.c1264 psetkeyparm->algorithm =
1267 psetkeyparm->algorithm =
1272 switch (psetkeyparm->algorithm) {
1448 * algorithm, and set the bc/mc encryption algorithm */
1517 * algorithm, and set the bc/mc encryption algorithm */
H A Drtl871x_cmd.c704 psetstakey_para->algorithm = (unsigned char)
708 psetstakey_para->algorithm, false);
/drivers/char/tpm/
H A Dtpm.h243 u8 algorithm[4]; member in struct:tpm_readpubek_params_out
/drivers/net/wireless/b43legacy/
H A Dxmit.c252 mac_ctl |= (key->algorithm <<
507 if (dev->key[keyidx].algorithm != B43legacy_SEC_ALGO_NONE) {
H A Db43legacy.h127 #define B43legacy_SHM_SH_KEYIDXBLOCK 0x05D4 /* Key index/algorithm block */
560 u8 algorithm; member in struct:b43legacy_key
/drivers/staging/wlan-ng/
H A Dhfa384x.h412 u16 algorithm; member in struct:hfa384x_authenticateStation_data
724 u16 algorithm; member in struct:hfa384x_AuthRequest
H A Dprism2sta.c1723 rec.algorithm = inf->info.authreq.algorithm;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c671 //auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
673 auth->algorithm = WLAN_AUTH_OPEN;
675 auth->algorithm = WLAN_AUTH_SHARED_KEY;
677 auth->algorithm = WLAN_AUTH_OPEN;//0x80;
678 printk("=================>%s():auth->algorithm is %d\n",__FUNCTION__,auth->algorithm);
914 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN);
1575 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
H A Dieee80211.h1132 __le16 algorithm; member in struct:ieee80211_authentication
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c818 auth->algorithm = WLAN_AUTH_OPEN;
820 auth->algorithm = WLAN_AUTH_SHARED_KEY;
822 auth->algorithm = WLAN_AUTH_OPEN;
1058 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN);
1824 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c759 auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
958 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN);
1118 //choose AES encryption as default algorithm while using mixed mode
1461 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
H A Dieee80211.h525 u16 algorithm; member in struct:ieee80211_authentication
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h2083 enum vxge_hw_rth_algoritms algorithm,
H A Dvxge-config.c3722 enum vxge_hw_rth_algoritms algorithm,
3746 VXGE_HW_RTS_ACCESS_STEER_DATA0_RTH_GEN_ALG_SEL(algorithm);
3720 vxge_hw_vpath_rts_rth_set( struct __vxge_hw_vpath_handle *vp, enum vxge_hw_rth_algoritms algorithm, struct vxge_hw_rth_hash_types *hash_type, u16 bucket_size) argument
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h409 __le16 algorithm; member in struct:libipw_auth

Completed in 435 milliseconds

12