Home
last modified time | relevance | path

Searched full:des (Results 1 – 25 of 146) sorted by relevance

123456

/Linux-v6.6/Documentation/devicetree/bindings/crypto/
Domap-des.txt1 OMAP SoC DES crypto Module
5 - compatible : Should contain "ti,omap4-des"
6 - ti,hwmods: Name of the hwmod associated with the DES module
8 - interrupts : the interrupt-specifier for the DES module
9 - clocks : A phandle to the functional clock node of the DES module
21 des: des@480a5000 {
22 compatible = "ti,omap4-des";
23 ti,hwmods = "des";
/Linux-v6.6/crypto/
Ddes_generic.c5 * DES & Triple DES EDE Cipher Algorithms.
17 #include <crypto/internal/des.h>
86 .cra_name = "des",
87 .cra_driver_name = "des-generic",
129 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
131 MODULE_ALIAS_CRYPTO("des");
132 MODULE_ALIAS_CRYPTO("des-generic");
/Linux-v6.6/arch/s390/crypto/
Ddes_s390.c5 * s390 implementation of the DES Cipher Algorithm.
19 #include <crypto/internal/des.h>
71 .cra_name = "des",
72 .cra_driver_name = "des-s390",
147 .base.cra_name = "ecb(des)",
148 .base.cra_driver_name = "ecb-des-s390",
149 .base.cra_priority = 400, /* combo: des + ecb */
171 .base.cra_name = "cbc(des)",
172 .base.cra_driver_name = "cbc-des-s390",
173 .base.cra_priority = 400, /* combo: des + cbc */
[all …]
DKconfig106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR"
112 Block ciphers: DES (FIPS 46-2) cipher algorithm
113 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm
114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
/Linux-v6.6/Documentation/crypto/
Ddescore-readme.rst5 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-v6.6/arch/sparc/crypto/
DKconfig6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC"
12 Block cipher: DES (FIPS 46-2) cipher algorithm
13 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
14 Length-preserving ciphers: DES with ECB and CBC modes
15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes
Ddes_glue.c2 /* Glue code for DES encryption optimized for sparc64 crypto opcodes.
15 #include <crypto/internal/des.h>
339 .cra_name = "des",
340 .cra_driver_name = "des-sparc64",
379 .base.cra_name = "ecb(des)",
380 .base.cra_driver_name = "ecb-des-sparc64",
392 .base.cra_name = "cbc(des)",
393 .base.cra_driver_name = "cbc-des-sparc64",
454 pr_info("sparc64 des opcodes not available.\n"); in des_sparc64_mod_init()
457 pr_info("Using sparc64 des opcodes optimized DES implementation\n"); in des_sparc64_mod_init()
[all …]
DMakefile12 obj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o
23 des-sparc64-y := des_asm.o des_glue.o
/Linux-v6.6/drivers/staging/media/atomisp/pci/hmm/
Dhmm.c283 char *src, *des; in load_and_flush_by_kmap() local
291 des = (char *)data; in load_and_flush_by_kmap()
308 if (des) { in load_and_flush_by_kmap()
309 memcpy(des, src, len); in load_and_flush_by_kmap()
310 des += len; in load_and_flush_by_kmap()
383 char *src, *des; in hmm_store() local
428 des = (char *)kmap_local_page(bo->pages[idx]); in hmm_store()
430 if (!des) { in hmm_store()
437 des += offset; in hmm_store()
449 memcpy(des, src, len); in hmm_store()
[all …]
/Linux-v6.6/drivers/crypto/
DKconfig131 and uses triple-DES to generate secure random numbers like the
290 tristate "Support for OMAP DES/3DES hw engine"
296 OMAP processors have DES/3DES module accelerator. Select this if you
297 want to use the OMAP module for DES and 3DES algorithms. Currently
393 tristate "Support for Atmel DES/TDES hw accelerator"
398 Some Atmel processors have DES/TDES hw accelerator.
400 DES/TDES algorithms.
546 - 3DES (CBC, ECB)
547 - DES (CBC, ECB)
557 - 3DES (ECB, CBC)
[all …]
Datmel-tdes.c5 * Support for ATMEL DES/TDES HW acceleration.
36 #include <crypto/internal/des.h>
710 dev_dbg(dev, "request size is not exact amount of DES blocks\n"); in atmel_tdes_crypt()
910 .base.cra_name = "ecb(des)",
911 .base.cra_driver_name = "atmel-ecb-des",
922 .base.cra_name = "cbc(des)",
923 .base.cra_driver_name = "atmel-cbc-des",
935 .base.cra_name = "cfb(des)",
936 .base.cra_driver_name = "atmel-cfb-des",
948 .base.cra_name = "cfb8(des)",
[all …]
Domap-des.c3 * Support for OMAP DES and Triple DES HW acceleration.
20 #include <crypto/internal/des.h>
312 /* FIXME: take fist available des core */ in omap_des_find_dev()
717 .base.cra_name = "ecb(des)",
718 .base.cra_driver_name = "ecb-des-omap",
737 .base.cra_name = "cbc(des)",
738 .base.cra_driver_name = "cbc-des-omap",
913 .compatible = "ti,omap4-des",
994 dev_info(dev, "OMAP DES hw accel rev: %u.%u\n", in omap_des_probe()
1015 dev_err(dev, "Unable to grab omap-des IRQ\n"); in omap_des_probe()
[all …]
/Linux-v6.6/include/crypto/internal/
Ddes.h3 * 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-v6.6/include/linux/sunrpc/
Dgss_krb5.h136 #define ENCTYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */
137 #define ENCTYPE_DES_CBC_MD4 0x0002 /* DES cbc mode with RSA-MD4 */
138 #define ENCTYPE_DES_CBC_MD5 0x0003 /* DES cbc mode with RSA-MD5 */
139 #define ENCTYPE_DES_CBC_RAW 0x0004 /* DES cbc mode raw */
141 #define ENCTYPE_DES3_CBC_SHA 0x0005 /* DES-3 cbc mode with NIST-SHA */
142 #define ENCTYPE_DES3_CBC_RAW 0x0006 /* DES-3 cbc mode raw */
158 /* for 3DES */
/Linux-v6.6/include/crypto/
Ddes.h3 * DES & Triple DES EDE Cipher Algorithms.
34 * des_expand_key - Expand a DES input key into a key schedule
45 * des3_ede_expand_key - Expand a triple DES input key into a key schedule
/Linux-v6.6/drivers/pci/hotplug/
Dacpiphp_ibm.c123 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-v6.6/drivers/net/wireless/ti/wlcore/
Drx.c207 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-v6.6/drivers/crypto/allwinner/
DKconfig21 The Security System handle AES/DES/3DES ciphers in CBC mode
57 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c185 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-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_descs.c313 u32 des = inner_tag << XGMAC_TDES2_IVT_SHIFT; in dwxgmac2_set_vlan_tag() local
315 des &= XGMAC_TDES2_IVT; in dwxgmac2_set_vlan_tag()
316 p->des2 = cpu_to_le32(des); in dwxgmac2_set_vlan_tag()
318 des = inner_type << XGMAC_TDES3_IVTIR_SHIFT; in dwxgmac2_set_vlan_tag()
319 des &= XGMAC_TDES3_IVTIR; in dwxgmac2_set_vlan_tag()
320 p->des3 = cpu_to_le32(des | XGMAC_TDES3_IVLTV); in dwxgmac2_set_vlan_tag()
/Linux-v6.6/drivers/crypto/qce/
Dskcipher.c13 #include <crypto/internal/des.h>
239 * being the same for triple des algorithms. The in qce_des3_setkey()
400 .name = "ecb(des)",
401 .drv_name = "ecb-des-qce",
409 .name = "cbc(des)",
410 .drv_name = "cbc-des-qce",
419 .drv_name = "ecb-3des-qce",
428 .drv_name = "cbc-3des-qce",
/Linux-v6.6/tools/testing/selftests/amd-pstate/
Dgitsource.sh28 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: time $7: energy, $8: PPW
99 … results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-des-perf-$1-$2.log
100 …avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_GIT-des-perf-$…
101 printf "Gitsource-$1-#$2 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result
151 …ep "Gitsource-$1-#" $OUTFILE_GIT.result | grep "avg des perf:" | awk '{print $NF}' > $OUTFILE_GIT-
152 …avg_des_perf=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-des-perf…
153 printf "Gitsource-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result
221 …printf "Gitsource-$1 des perf base: $des_perf_base comprison: $des_perf_comp percent: $des_perf_dr…
334 …store_csv_gitsource "Governor" "Round" "Des-perf" "Freq" "Load" "Time" "Energy" "Performance Per W…
Dtbench.sh23 # $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-v6.6/drivers/crypto/caam/
Dcaamalg_qi.c1502 .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 …]
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-hace-crypto.c7 #include <crypto/des.h>
9 #include <crypto/internal/des.h>
857 .cra_name = "ecb(des)",
858 .cra_driver_name = "aspeed-ecb-des",
884 .cra_name = "cbc(des)",
885 .cra_driver_name = "aspeed-cbc-des",
911 .cra_name = "cfb(des)",
912 .cra_driver_name = "aspeed-cfb-des",
938 .cra_name = "ofb(des)",
939 .cra_driver_name = "aspeed-ofb-des",
[all …]

123456