/drivers/crypto/ux500/hash/ |
D | hash_core.c | 237 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 243 ctx->config.algorithm) { in get_empty_message_digest() 257 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 262 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest() 702 if (config->algorithm != HASH_ALGO_SHA1 && in hash_setconfiguration() 703 config->algorithm != HASH_ALGO_SHA256) in hash_setconfiguration() 715 switch (config->algorithm) { in hash_setconfiguration() 968 hash_get_digest(device_data, digest, ctx->config.algorithm); in hash_dma_final() 1067 hash_get_digest(device_data, digest, ctx->config.algorithm); in hash_hw_final() 1289 u8 *digest, int algorithm) in hash_get_digest() argument [all …]
|
D | hash_alg.h | 294 int algorithm; member 385 u8 *digest, int algorithm);
|
/drivers/block/zram/ |
D | Kconfig | 19 bool "Enable LZ4 algorithm support" 25 This option enables LZ4 compression algorithm support. Compression 26 algorithm can be changed using `comp_algorithm' device attribute.
|
/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" 117 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). 153 tristate "GHASH digest algorithm" 158 GHASH message digest algorithm for GCM (Galois/Counter Mode). 217 to offload cryptographic algorithm computation.
|
/drivers/i2c/algos/ |
D | Kconfig | 2 # I2C algorithm drivers configuration
|
/drivers/crypto/caam/ |
D | Kconfig | 64 tristate "Register algorithm implementations with the Crypto API" 78 tristate "Register hash algorithm implementations with Crypto API"
|
/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 | 322 mac_ctl |= (key->algorithm << B43_TXH_MAC_KEYALG_SHIFT) & in b43_generate_txhdr() 325 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_generate_txhdr() 731 if (dev->key[keyidx].algorithm != B43_SEC_ALGO_NONE) { in b43_rx()
|
D | b43.h | 690 u8 algorithm; member
|
/drivers/i2c/ |
D | Kconfig | 66 Some I2C bus drivers require so-called "I2C algorithm" modules 113 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 | 1260 psetkeyparm->algorithm = in r8712_set_key() 1263 psetkeyparm->algorithm = in r8712_set_key() 1268 switch (psetkeyparm->algorithm) { in r8712_set_key()
|
D | rtl871x_cmd.c | 702 psetstakey_para->algorithm = (unsigned char) in r8712_setstakey_cmd() 706 psetstakey_para->algorithm, false); in r8712_setstakey_cmd()
|
/drivers/md/ |
D | raid5.h | 369 int level, algorithm; member
|
D | raid5.c | 1972 int algorithm = previous ? conf->prev_algo in raid5_compute_sector() local 1973 : conf->algorithm; in raid5_compute_sector() 2003 switch (algorithm) { in raid5_compute_sector() 2035 switch (algorithm) { in raid5_compute_sector() 2173 int algorithm = previous ? conf->prev_algo in compute_blocknr() local 2174 : conf->algorithm; in compute_blocknr() 2191 switch (algorithm) { in compute_blocknr() 2215 switch (algorithm) { in compute_blocknr() 5237 conf->algorithm = mddev->new_layout; in setup_conf() 5473 conf->algorithm, in run() [all …]
|
/drivers/net/wireless/b43legacy/ |
D | xmit.c | 253 mac_ctl |= (key->algorithm << in generate_txhdr_fw3() 494 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 | 260 u8 algorithm[4]; member
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 102 issues with the ath9k RC and minstrel is a more robust algorithm.
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 675 auth->algorithm = WLAN_AUTH_OPEN; in ieee80211_authentication_req() 677 auth->algorithm = WLAN_AUTH_SHARED_KEY; in ieee80211_authentication_req() 679 auth->algorithm = WLAN_AUTH_OPEN;//0x80; in ieee80211_authentication_req() 680 printk("=================>%s():auth->algorithm is %d\n",__FUNCTION__,auth->algorithm); in ieee80211_authentication_req() 916 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in ieee80211_auth_resp() 1577 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
|
/drivers/staging/wlan-ng/ |
D | hfa384x.h | 413 u16 algorithm; member 725 u16 algorithm; member
|
D | prism2sta.c | 1711 rec.algorithm = inf->info.authreq.algorithm; in prism2sta_inf_authreq_defer()
|
/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 819 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req() 821 auth->algorithm = WLAN_AUTH_SHARED_KEY; in rtllib_authentication_req() 823 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req() 1059 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in rtllib_auth_resp() 1825 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
|