Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 30) sorted by relevance

12

/drivers/crypto/
DKconfig26 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/
DKconfig2 # I2C algorithm drivers configuration
/drivers/net/wireless/b43/
Dmain.c788 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 …]
Dxmit.c321 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()
Db43.h678 u8 algorithm; member
/drivers/i2c/
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/
Drtl871x_cmd.h205 u8 algorithm; /* encryption algorithm, could be none, wep40, member
221 u8 algorithm; member
Dieee80211.h614 u16 algorithm; member
Drtl871x_mlme.c1264 psetkeyparm->algorithm = in r8712_set_key()
1267 psetkeyparm->algorithm = in r8712_set_key()
1272 switch (psetkeyparm->algorithm) { in r8712_set_key()
Drtl871x_cmd.c704 psetstakey_para->algorithm = (unsigned char) in r8712_setstakey_cmd()
708 psetstakey_para->algorithm, false); in r8712_setstakey_cmd()
/drivers/md/
Draid5.h368 int level, algorithm; member
Draid5.c1889 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 …]
Ddm-raid.c76 const unsigned algorithm; /* RAID algorithm. */ member
132 rs->md.layout = raid_type->algorithm; in context_alloc()
/drivers/crypto/caam/
DKconfig61 tristate "Register algorithm implementations with the Crypto API"
/drivers/net/wireless/b43legacy/
Dxmit.c252 mac_ctl |= (key->algorithm << in generate_txhdr_fw3()
507 if (dev->key[keyidx].algorithm != B43legacy_SEC_ALGO_NONE) { in b43legacy_rx()
Db43legacy.h561 u8 algorithm; member
/drivers/net/ppp/
DKconfig63 Deflate algorithm (the same algorithm that gzip uses) to compress
/drivers/char/tpm/
Dtpm.h243 u8 algorithm[4]; member
/drivers/net/wireless/ath/ath9k/
DKconfig99 issues with the ath9k RC and minstrel is a more robust algorithm.
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c673 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/
Dhfa384x.h412 u16 algorithm; member
724 u16 algorithm; member
Dprism2sta.c1723 rec.algorithm = inf->info.authreq.algorithm; in prism2sta_inf_authreq_defer()
/drivers/staging/rtl8192e/
Drtllib_softmac.c818 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/
Dieee80211_softmac.c759 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/
Dlibipw.h409 __le16 algorithm; member

12