| /linux/Documentation/crypto/ |
| H A D | descore-readme.rst | 5 Fast & Portable DES encryption & decryption 15 des - fast & portable DES encryption & decryption. 57 performance comparison to other available des code which i could 69 since i was interested in fast des filters rather than crypt(3) 72 all the other junk in the mit kerberos des library, so i've just 78 kerberos des replacement from australia (version 1.95): 116 the rest of the mit des library. 122 the des routine here is buried inside a loop to do the 125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37. 131 swedish reimplementation of Kerberos des library [all …]
|
| /linux/include/crypto/internal/ |
| H A D | des.h | 3 * DES & Triple DES EDE key verification helpers 11 #include <crypto/des.h> 16 * crypto_des_verify_key - Check whether a DES key is weak 45 * For DES-EDE3, there is no known need to reject weak or 51 * same as DES. Implementers MUST reject keys that exhibit this
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_ibm.c | 123 union apci_descriptor *ret = NULL, *des; in ibm_slot_from_id() local 129 des = (union apci_descriptor *)table; in ibm_slot_from_id() 130 if (memcmp(des->header.sig, "aPCI", 4) != 0) in ibm_slot_from_id() 133 des = (union apci_descriptor *)&table[ind += des->header.len]; in ibm_slot_from_id() 134 while (ind < size && (des->generic.type != 0x82 || in ibm_slot_from_id() 135 des->slot.slot_num != id)) { in ibm_slot_from_id() 136 des = (union apci_descriptor *)&table[ind += des->generic.len]; in ibm_slot_from_id() 139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id() 140 ret = des; in ibm_slot_from_id() 146 memcpy(ret, des, sizeof(union apci_descriptor)); in ibm_slot_from_id()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | rx.c | 207 u32 pkt_offset, des; in wlcore_rx() local 223 des = le32_to_cpu(status->rx_pkt_descs[rx_counter]); in wlcore_rx() 224 pkt_len = wlcore_rx_get_buf_size(wl, des); in wlcore_rx() 240 des = le32_to_cpu(status->rx_pkt_descs[drv_rx_counter]); in wlcore_rx() 241 ret = wlcore_hw_prepare_read(wl, des, buf_size); in wlcore_rx() 253 des = le32_to_cpu(status->rx_pkt_descs[drv_rx_counter]); in wlcore_rx() 254 pkt_len = wlcore_rx_get_buf_size(wl, des); in wlcore_rx() 255 rx_align = wlcore_hw_get_rx_buf_align(wl, des); in wlcore_rx()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 185 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pr_write() local 191 mlxsw_reg_sbpr_pack(sbpr_pl, des->pool, des->dir, mode, in mlxsw_sp_sb_pr_write() 224 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_cm_write() local 230 mlxsw_reg_sbcm_pack(sbcm_pl, local_port, pg_buff, des->dir, in mlxsw_sp_sb_cm_write() 231 min_buff, max_buff, infi_max, des->pool); in mlxsw_sp_sb_cm_write() 236 if (mlxsw_sp_sb_cm_exists(pg_buff, des->dir)) { in mlxsw_sp_sb_cm_write() 242 des->dir); in mlxsw_sp_sb_cm_write() 253 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_write() local 259 mlxsw_reg_sbpm_pack(sbpm_pl, local_port, des->pool, des->dir, false, in mlxsw_sp_sb_pm_write() 274 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_occ_clear() local [all …]
|
| /linux/tools/testing/selftests/amd-pstate/ |
| H A D | gitsource.sh | 28 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: time $7: energy, $8: PPW 104 … results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-des-perf-$1-$2.log 105 …avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_GIT-des-perf-$… 106 printf "Gitsource-$1-#$2 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result 156 …ep "Gitsource-$1-#" $OUTFILE_GIT.result | grep "avg des perf:" | awk '{print $NF}' > $OUTFILE_GIT-… 157 …avg_des_perf=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-des-perf… 158 printf "Gitsource-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result 226 …printf "Gitsource-$1 des perf base: $des_perf_base comprison: $des_perf_comp percent: $des_perf_dr… 339 …store_csv_gitsource "Governor" "Round" "Des-perf" "Freq" "Load" "Time" "Energy" "Performance Per W…
|
| H A D | tbench.sh | 23 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: performance, $7: energy, $8: perfo… 86 … results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-des-perf-$1-$2.log 87 …avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_TBENCH-des-per… 88 printf "Tbench-$1-#$2 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_TBENCH.result 138 … "Tbench-$1-#" $OUTFILE_TBENCH.result | grep "avg des perf:" | awk '{print $NF}' > $OUTFILE_TBENCH… 139 …avg_des_perf=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_TBENCH-des-p… 140 printf "Tbench-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_TBENCH.result 208 …printf "Tbench-$1 des perf base: $des_perf_base comprison: $des_perf_comp percent: $des_perf_drop\… 319 …store_csv_tbench "Governor" "Round" "Des-perf" "Freq" "Load" "Performance" "Energy" "Performance P…
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 1502 .cra_driver_name = "cbc-3des-caam-qi", 1517 .cra_name = "cbc(des)", 1518 .cra_driver_name = "cbc-des-caam-qi", 2194 .cra_name = "authenc(hmac(md5),cbc(des))", 2196 "cbc-des-caam-qi", 2216 "cbc(des)))", 2218 "cbc-des-caam-qi", 2238 .cra_name = "authenc(hmac(sha1),cbc(des))", 2240 "cbc-des-caam-qi", 2260 "cbc(des)))", [all …]
|
| H A D | caamalg.c | 2017 .cra_driver_name = "cbc-3des-caam", 2035 .cra_name = "cbc(des)", 2036 .cra_driver_name = "cbc-des-caam", 2121 .cra_name = "ecb(des)", 2122 .cra_driver_name = "ecb-des-caam", 3000 .cra_name = "authenc(hmac(md5),cbc(des))", 3002 "cbc-des-caam", 3025 "cbc(des)))", 3027 "cbc-des-caam", 3050 .cra_name = "authenc(hmac(sha1),cbc(des))", [all …]
|
| H A D | caamalg_desc.c | 274 * Valid algorithm values - one of OP_ALG_ALGSEL_{AES, DES, 3DES} ANDed 368 * Valid algorithm values - one of OP_ALG_ALGSEL_{AES, DES, 3DES} ANDed 486 * Valid algorithm values - one of OP_ALG_ALGSEL_{AES, DES, 3DES} ANDed 1450 * Valid algorithm values - one of OP_ALG_ALGSEL_{AES, DES, 3DES} ANDed 1527 * Valid algorithm values - one of OP_ALG_ALGSEL_{AES, DES, 3DES} ANDed
|
| H A D | caamalg_qi2.c | 1697 .cra_driver_name = "cbc-3des-caam-qi2", 1712 .cra_name = "cbc(des)", 1713 .cra_driver_name = "cbc-des-caam-qi2", 2405 .cra_name = "authenc(hmac(md5),cbc(des))", 2407 "cbc-des-caam-qi2", 2427 "cbc(des)))", 2429 "cbc-des-caam-qi2", 2449 .cra_name = "authenc(hmac(sha1),cbc(des))", 2451 "cbc-des-caam-qi2", 2471 "cbc(des)))", [all …]
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 9 * Add support also for DES and 3DES in CBC and ECB mode. 442 /* CBC DES */ 465 /* ECB DES */ 488 /* CBC 3DES */ 511 /* ECB 3DES */ 606 /* check and set the DES key, prepare the mode to be used */ 626 /* check and set the 3DES key, prepare the mode to be used */
|
| H A D | sun4i-ss.h | 9 * Support DES and 3DES 33 #include <crypto/internal/des.h>
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto.h | 7 #include <crypto/internal/des.h> 61 /* AES = 0 OR DES = 1 */ 128 /* des/tdes */ 138 /* 0: DES, 1:TDES */
|
| H A D | rk3288_crypto_skcipher.c | 515 .base.cra_name = "ecb(des)", 516 .base.cra_driver_name = "ecb-des-rk", 540 .base.cra_name = "cbc(des)", 541 .base.cra_driver_name = "cbc-des-rk",
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| H A D | samsung-sss.yaml | 16 -- Data Encryption Standard (DES)/3DES
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.8 | 212 cpu0: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0 215 cpu1: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0 218 cpu2: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0 221 cpu3: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | chain_mode.c | 98 static void init_dma_chain(void *des, dma_addr_t phy_addr, in init_dma_chain() argument 109 struct dma_extended_desc *p = (struct dma_extended_desc *)des; in init_dma_chain() 118 struct dma_desc *p = (struct dma_desc *)des; in init_dma_chain()
|
| /linux/drivers/crypto/gemini/ |
| H A D | sl3516-ce.h | 12 * It can handle AES, DES, 3DES, MD5, WEP, TKIP, SHA1, HMAC(MD5), HMAC(SHA1), 169 * @cipher_algorithm: choice of CBC/ECE and AES/DES/3DES
|
| /linux/tools/power/cpupower/po/ |
| H A D | de.po | 403 " Meinung des Betriebssystems) *\n" 521 "Für die mit * markierten Argumente ist das Weglassen des Arguments\n" 612 "1. Das Weglassen des Arguments -c oder --cpu ist gleichbedeutend mit der " 705 " -m, --sched-mc [VAL] Legt die Mehrkern-Scheduler-Richtlinie des " 718 msgstr "--perf-bias-Parameter außerhalb des Bereichs [0-%d]\n" 723 msgstr "Parameter --sched-mc außerhalb des Bereichs [0-%d]\n" 728 msgstr "Parameter --sched-smt außerhalb des Bereichs [0-%d]\n" 743 msgstr "Fehler beim Einstellen des perf-bias-Wertes auf der CPU %d\n" 761 " -m, --sched-mc Ruft die Mehrkern-Scheduler-Richtlinie des Kernels ab.\n" 782 msgstr "Mehrkern-Scheduler-Einstellung des Systems: "
|
| /linux/tools/power/x86/amd_pstate_tracer/ |
| H A D | amd_pstate_trace.py | 90 g_plot('set ylabel "des perf"') 91 g_plot('set title "{} : cpu des perf : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, datetime.now())) 132 g_plot('set ylabel "des perf"') 133 g_plot('set title "{} : cpu des perf : {:%F %H:%M}"'.format(test_name, datetime.now()))
|
| /linux/include/linux/ |
| H A D | ccp.h | 303 /***** 3DES engine *****/ 324 * @type: Type of 3DES operation 326 * @action: 3DES operation (decrypt/encrypt) 327 * @key: key to be used for this 3DES operation 340 * 3DES operation the new IV overwrites the old IV.
|
| /linux/drivers/crypto/bcm/ |
| H A D | util.c | 324 return "cbc(des)"; in spu_alg_name() 326 return "ecb(des)"; in spu_alg_name() 328 return "ctr(des)"; in spu_alg_name() 330 return "des"; in spu_alg_name() 342 return "3des"; in spu_alg_name()
|
| /linux/drivers/edac/ |
| H A D | i82875p_edac.c | 170 u8 des; member 204 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info() 216 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info() 255 row, multi_chan ? (info->des & 0x1) : 0, in i82875p_process_error_info()
|
| /linux/drivers/crypto/stm32/ |
| H A D | Kconfig | 24 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|