/drivers/crypto/ |
D | Kconfig | 26 tristate "PadLock driver for AES algorithm" 31 Use VIA PadLock for AES algorithm. 59 engine for the CryptoAPI AES algorithm. 80 tristate "SHA1 digest algorithm" 90 tristate "SHA256 digest algorithm" 100 tristate "SHA384 and SHA512 digest algorithm" 116 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). 152 tristate "GHASH digest algorithm" 157 GHASH message digest algorithm for GCM (Galois/Counter Mode). 216 to offload cryptographic algorithm computation.
|
/drivers/i2c/algos/ |
D | Kconfig | 2 # I2C algorithm drivers configuration
|
/drivers/net/wireless/b43/ |
D | main.c | 788 u8 index, u8 algorithm, const u8 *key) in key_write() argument 797 value = ((kidx << 4) | algorithm); in key_write() 925 u8 index, u8 algorithm, in do_key_write() argument 939 if (algorithm == B43_SEC_ALGO_TKIP) { in do_key_write() 954 key_write(dev, index, algorithm, buf); in do_key_write() 958 dev->key[index].algorithm = algorithm; in do_key_write() 962 int index, u8 algorithm, in b43_key_write() argument 977 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32) in b43_key_write() 1008 do_key_write(dev, index, algorithm, key, key_len, mac_addr); in b43_key_write() 1012 do_key_write(dev, index + 4, algorithm, key, key_len, NULL); in b43_key_write() [all …]
|
D | xmit.c | 321 mac_ctl |= (key->algorithm << B43_TXH_MAC_KEYALG_SHIFT) & in b43_generate_txhdr() 324 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_generate_txhdr() 730 if (dev->key[keyidx].algorithm != B43_SEC_ALGO_NONE) { in b43_rx()
|
D | b43.h | 678 u8 algorithm; member
|
/drivers/i2c/ |
D | Kconfig | 67 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/ |
D | rtl871x_cmd.h | 205 u8 algorithm; /* encryption algorithm, could be none, wep40, member 221 u8 algorithm; member
|
D | ieee80211.h | 614 u16 algorithm; member
|
D | rtl871x_mlme.c | 1264 psetkeyparm->algorithm = in r8712_set_key() 1267 psetkeyparm->algorithm = in r8712_set_key() 1272 switch (psetkeyparm->algorithm) { in r8712_set_key()
|
D | rtl871x_cmd.c | 704 psetstakey_para->algorithm = (unsigned char) in r8712_setstakey_cmd() 708 psetstakey_para->algorithm, false); in r8712_setstakey_cmd()
|
/drivers/md/ |
D | raid5.h | 368 int level, algorithm; member
|
D | raid5.c | 1889 int algorithm = previous ? conf->prev_algo in raid5_compute_sector() local 1890 : conf->algorithm; in raid5_compute_sector() 1920 switch (algorithm) { in raid5_compute_sector() 1952 switch (algorithm) { in raid5_compute_sector() 2090 int algorithm = previous ? conf->prev_algo in compute_blocknr() local 2091 : conf->algorithm; in compute_blocknr() 2108 switch (algorithm) { in compute_blocknr() 2132 switch (algorithm) { in compute_blocknr() 4902 conf->algorithm = mddev->new_layout; in setup_conf() 5102 conf->algorithm, in run() [all …]
|
D | dm-raid.c | 76 const unsigned algorithm; /* RAID algorithm. */ member 132 rs->md.layout = raid_type->algorithm; in context_alloc()
|
/drivers/crypto/caam/ |
D | Kconfig | 61 tristate "Register algorithm implementations with the Crypto API"
|
/drivers/net/wireless/b43legacy/ |
D | xmit.c | 252 mac_ctl |= (key->algorithm << in generate_txhdr_fw3() 507 if (dev->key[keyidx].algorithm != B43legacy_SEC_ALGO_NONE) { in b43legacy_rx()
|
D | b43legacy.h | 561 u8 algorithm; member
|
/drivers/net/ppp/ |
D | Kconfig | 63 Deflate algorithm (the same algorithm that gzip uses) to compress
|
/drivers/char/tpm/ |
D | tpm.h | 243 u8 algorithm[4]; member
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 99 issues with the ath9k RC and minstrel is a more robust algorithm.
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 673 auth->algorithm = WLAN_AUTH_OPEN; in ieee80211_authentication_req() 675 auth->algorithm = WLAN_AUTH_SHARED_KEY; in ieee80211_authentication_req() 677 auth->algorithm = WLAN_AUTH_OPEN;//0x80; in ieee80211_authentication_req() 678 printk("=================>%s():auth->algorithm is %d\n",__FUNCTION__,auth->algorithm); in ieee80211_authentication_req() 914 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in ieee80211_auth_resp() 1575 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
|
/drivers/staging/wlan-ng/ |
D | hfa384x.h | 412 u16 algorithm; member 724 u16 algorithm; member
|
D | prism2sta.c | 1723 rec.algorithm = inf->info.authreq.algorithm; in prism2sta_inf_authreq_defer()
|
/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 818 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req() 820 auth->algorithm = WLAN_AUTH_SHARED_KEY; in rtllib_authentication_req() 822 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req() 1058 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in rtllib_auth_resp() 1824 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_softmac.c | 759 auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY; in ieee80211_authentication_req() 958 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in ieee80211_auth_resp() 1461 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
|
/drivers/net/wireless/ipw2x00/ |
D | libipw.h | 409 __le16 algorithm; member
|