/drivers/staging/skein/ |
D | Kconfig | 2 tristate "Skein digest algorithm" 7 Skein secure hash algorithm is one of 5 finalists from the NIST SHA3 16 cipher algorithm.
|
/drivers/crypto/ux500/hash/ |
D | hash_core.c | 244 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 250 ctx->config.algorithm) { in get_empty_message_digest() 263 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 268 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest() 695 if (config->algorithm != HASH_ALGO_SHA1 && in hash_setconfiguration() 696 config->algorithm != HASH_ALGO_SHA256) in hash_setconfiguration() 708 switch (config->algorithm) { in hash_setconfiguration() 956 hash_get_digest(device_data, digest, ctx->config.algorithm); in hash_dma_final() 1058 hash_get_digest(device_data, digest, ctx->config.algorithm); in hash_hw_final() 1275 u8 *digest, int algorithm) in hash_get_digest() argument [all …]
|
D | hash_alg.h | 295 int algorithm; member 388 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/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a1ant.c | 501 u8 algorithm = BT_8821A_1ANT_COEX_ALGO_UNDEFINED; in halbtc8821a1ant_action_algorithm() local 509 return algorithm; in halbtc8821a1ant_action_algorithm() 525 algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; in halbtc8821a1ant_action_algorithm() 530 algorithm = BT_8821A_1ANT_COEX_ALGO_HID; in halbtc8821a1ant_action_algorithm() 534 algorithm = BT_8821A_1ANT_COEX_ALGO_A2DP; in halbtc8821a1ant_action_algorithm() 539 algorithm = BT_8821A_1ANT_COEX_ALGO_PANHS; in halbtc8821a1ant_action_algorithm() 543 algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR; in halbtc8821a1ant_action_algorithm() 552 algorithm = BT_8821A_1ANT_COEX_ALGO_HID; in halbtc8821a1ant_action_algorithm() 556 algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; in halbtc8821a1ant_action_algorithm() 561 algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; in halbtc8821a1ant_action_algorithm() [all …]
|
D | halbtc8723b1ant.c | 529 u8 algorithm = BT_8723B_1ANT_COEX_ALGO_UNDEFINED; in halbtc8723b1ant_action_algorithm() local 537 return algorithm; in halbtc8723b1ant_action_algorithm() 553 algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; in halbtc8723b1ant_action_algorithm() 558 algorithm = BT_8723B_1ANT_COEX_ALGO_HID; in halbtc8723b1ant_action_algorithm() 562 algorithm = BT_8723B_1ANT_COEX_ALGO_A2DP; in halbtc8723b1ant_action_algorithm() 567 algorithm = in halbtc8723b1ant_action_algorithm() 572 algorithm = in halbtc8723b1ant_action_algorithm() 582 algorithm = BT_8723B_1ANT_COEX_ALGO_HID; in halbtc8723b1ant_action_algorithm() 586 algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; in halbtc8723b1ant_action_algorithm() 591 algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; in halbtc8723b1ant_action_algorithm() [all …]
|
D | halbtc8821a2ant.c | 357 u8 algorithm = BT_8821A_2ANT_COEX_ALGO_UNDEFINED; in halbtc8821a2ant_action_algorithm() local 373 return algorithm; in halbtc8821a2ant_action_algorithm() 389 algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; in halbtc8821a2ant_action_algorithm() 394 algorithm = BT_8821A_2ANT_COEX_ALGO_HID; in halbtc8821a2ant_action_algorithm() 398 algorithm = BT_8821A_2ANT_COEX_ALGO_A2DP; in halbtc8821a2ant_action_algorithm() 403 algorithm = BT_8821A_2ANT_COEX_ALGO_PANHS; in halbtc8821a2ant_action_algorithm() 407 algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR; in halbtc8821a2ant_action_algorithm() 416 algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR_HID; in halbtc8821a2ant_action_algorithm() 420 algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR_HID; in halbtc8821a2ant_action_algorithm() 425 algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; in halbtc8821a2ant_action_algorithm() [all …]
|
D | halbtc8192e2ant.c | 589 u8 algorithm = BT_8192E_2ANT_COEX_ALGO_UNDEFINED; in halbtc8192e2ant_action_algorithm() local 597 return algorithm; in halbtc8192e2ant_action_algorithm() 613 algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; in halbtc8192e2ant_action_algorithm() 618 algorithm = BT_8192E_2ANT_COEX_ALGO_HID; in halbtc8192e2ant_action_algorithm() 622 algorithm = BT_8192E_2ANT_COEX_ALGO_A2DP; in halbtc8192e2ant_action_algorithm() 627 algorithm = in halbtc8192e2ant_action_algorithm() 632 algorithm = in halbtc8192e2ant_action_algorithm() 642 algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; in halbtc8192e2ant_action_algorithm() 646 algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; in halbtc8192e2ant_action_algorithm() 651 algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; in halbtc8192e2ant_action_algorithm() [all …]
|
D | halbtc8723b2ant.c | 424 u8 algorithm = BT_8723B_2ANT_COEX_ALGO_UNDEFINED; in btc8723b2ant_action_algorithm() local 432 return algorithm; in btc8723b2ant_action_algorithm() 448 algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; in btc8723b2ant_action_algorithm() 453 algorithm = BT_8723B_2ANT_COEX_ALGO_HID; in btc8723b2ant_action_algorithm() 457 algorithm = BT_8723B_2ANT_COEX_ALGO_A2DP; in btc8723b2ant_action_algorithm() 462 algorithm = in btc8723b2ant_action_algorithm() 467 algorithm = in btc8723b2ant_action_algorithm() 477 algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; in btc8723b2ant_action_algorithm() 481 algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; in btc8723b2ant_action_algorithm() 486 algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; in btc8723b2ant_action_algorithm() [all …]
|
/drivers/crypto/nx/ |
D | Kconfig | 22 algorithm using the cryptographic API. One of the platform 35 algorithm. This supports NX hardware on the pSeries platform. 45 algorithm. This supports NX hardware on the PowerNV platform.
|
/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). 235 to offload cryptographic algorithm computation.
|
/drivers/i2c/algos/ |
D | Kconfig | 2 # I2C algorithm drivers configuration
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 167 u8 algorithm; /* could be none, wep40, TKIP, CCMP, wep104 */ member 186 u8 algorithm; member
|
/drivers/crypto/caam/ |
D | Kconfig | 76 tristate "Register algorithm implementations with the Crypto API" 91 tristate "Register hash algorithm implementations with Crypto API"
|
/drivers/net/wireless/b43/ |
D | main.c | 831 u8 index, u8 algorithm, const u8 *key) in key_write() argument 840 value = ((kidx << 4) | algorithm); in key_write() 968 u8 index, u8 algorithm, in do_key_write() argument 982 if (algorithm == B43_SEC_ALGO_TKIP) { in do_key_write() 997 key_write(dev, index, algorithm, buf); in do_key_write() 1001 dev->key[index].algorithm = algorithm; in do_key_write() 1005 int index, u8 algorithm, in b43_key_write() argument 1020 if (algorithm == B43_SEC_ALGO_TKIP && key_len == 32) in b43_key_write() 1051 do_key_write(dev, index, algorithm, key, key_len, mac_addr); in b43_key_write() 1055 do_key_write(dev, index + 4, algorithm, key, key_len, NULL); in b43_key_write() [all …]
|
D | xmit.c | 323 mac_ctl |= (key->algorithm << B43_TXH_MAC_KEYALG_SHIFT) & in b43_generate_txhdr() 326 if (key->algorithm == B43_SEC_ALGO_TKIP) { in b43_generate_txhdr() 732 if (dev->key[keyidx].algorithm != B43_SEC_ALGO_NONE) { in b43_rx()
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 6456 u8 algorithm = BT_2ANT_COEX_ALGO_UNDEFINED; in btdm_ActionAlgorithm() local 6534 return algorithm; in btdm_ActionAlgorithm() 6540 algorithm = BT_2ANT_COEX_ALGO_SCO; in btdm_ActionAlgorithm() 6544 algorithm = BT_2ANT_COEX_ALGO_HID; in btdm_ActionAlgorithm() 6547 algorithm = BT_2ANT_COEX_ALGO_A2DP; in btdm_ActionAlgorithm() 6551 algorithm = BT_2ANT_COEX_ALGO_PANHS; in btdm_ActionAlgorithm() 6554 algorithm = BT_2ANT_COEX_ALGO_PANEDR; in btdm_ActionAlgorithm() 6565 algorithm = BT_2ANT_COEX_ALGO_HID; in btdm_ActionAlgorithm() 6571 algorithm = BT_2ANT_COEX_ALGO_SCO; in btdm_ActionAlgorithm() 6574 algorithm = BT_2ANT_COEX_ALGO_PANEDR_HID; in btdm_ActionAlgorithm() [all …]
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 1806 psetkeyparm->algorithm = (unsigned char) in rtw_set_key23a() 1810 psetkeyparm->algorithm); in rtw_set_key23a() 1812 psetkeyparm->algorithm = (u8)psecuritypriv->dot11PrivacyAlgrthm; in rtw_set_key23a() 1815 psetkeyparm->algorithm); in rtw_set_key23a() 1819 if (is_wep_enc(psetkeyparm->algorithm)) in rtw_set_key23a() 1823 psetkeyparm->algorithm, psetkeyparm->keyid, in rtw_set_key23a() 1827 psetkeyparm->algorithm, keyid); in rtw_set_key23a() 1829 switch (psetkeyparm->algorithm) { in rtw_set_key23a()
|
D | rtw_mlme_ext.c | 923 u16 auth_mode, seq, algorithm; in OnAuth23a() local 939 algorithm = le16_to_cpu(mgmt->u.auth.auth_alg); in OnAuth23a() 941 DBG_8723A("auth alg =%x, seq =%X\n", algorithm, seq); in OnAuth23a() 950 if ((algorithm != WLAN_AUTH_OPEN && auth_mode == 0) || in OnAuth23a() 951 (algorithm == WLAN_AUTH_OPEN && auth_mode == 1)) { in OnAuth23a() 954 algorithm, auth_mode, in OnAuth23a() 1017 if (algorithm == WLAN_AUTH_OPEN && (auth_mode == 0 || auth_mode == 2)) { in OnAuth23a() 1022 pstat->authalg = algorithm; in OnAuth23a() 1035 pstat->authalg = algorithm; in OnAuth23a() 5871 ctrl = BIT(15) | (pparm->algorithm) << 2 | pparm->keyid; in setkey_hdl23a() [all …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 187 u8 algorithm; /* encryption algorithm, could be none, wep40, member 203 u8 algorithm; member
|
/drivers/i2c/ |
D | Kconfig | 76 Some I2C bus drivers require so-called "I2C algorithm" modules 132 Say Y here if you want the I2C algorithm drivers to produce a bunch
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2757 u16 algorithm; in OnAuth() local 2777 algorithm = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN)); in OnAuth() 2779 DBG_88E("auth alg=%x, seq=%X\n", algorithm, seq); in OnAuth() 2785 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ in OnAuth() 2786 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ in OnAuth() 2788 algorithm, auth_mode, sa[0], sa[1], sa[2], sa[3], sa[4], sa[5]); in OnAuth() 2843 if (algorithm == 0 && (auth_mode == 0 || auth_mode == 2)) { in OnAuth() 2848 pstat->authalg = algorithm; in OnAuth() 2861 pstat->authalg = algorithm; in OnAuth() 5358 ctrl = BIT(15) | ((pparm->algorithm) << 2) | pparm->keyid; in setkey_hdl() [all …]
|
D | rtw_mlme.c | 1645 psetkeyparm->algorithm = (unsigned char)psecuritypriv->dot118021XGrpPrivacy; in rtw_set_key() 1648 psetkeyparm->algorithm)); in rtw_set_key() 1650 psetkeyparm->algorithm = (u8)psecuritypriv->dot11PrivacyAlgrthm; in rtw_set_key() 1653 psetkeyparm->algorithm)); in rtw_set_key() 1659 psetkeyparm->algorithm, psetkeyparm->keyid, pmlmepriv->key_mask); in rtw_set_key() 1662 psetkeyparm->algorithm, keyid)); in rtw_set_key() 1664 switch (psetkeyparm->algorithm) { in rtw_set_key()
|
/drivers/staging/rtl8723au/include/ |
D | rtw_cmd.h | 220 u32 algorithm; /* encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */ member 239 u32 algorithm; member
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 98 bool "Atheros ath9k ACK timeout estimation algorithm (EXPERIMENTAL)" 102 This option enables ath9k dynamic ACK timeout estimation algorithm
|