Home
last modified time | relevance | path

Searched full:tdes (Results 1 – 18 of 18) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/crypto/
Datmel,at91sam9g46-tdes.yaml5 $id: http://devicetree.org/schemas/crypto/atmel,at91sam9g46-tdes.yaml#
8 title: Atmel Triple Data Encryption Standard (TDES) HW cryptographic accelerator
16 - const: atmel,at91sam9g46-tdes
18 - const: microchip,sam9x7-tdes
19 - const: atmel,at91sam9g46-tdes
59 tdes: crypto@e2014000 {
60 compatible = "atmel,at91sam9g46-tdes";
/linux-6.14.4/drivers/crypto/
Datmel-tdes.c5 * Support for ATMEL DES/TDES HW acceleration.
38 #include "atmel-tdes-regs.h"
42 /* TDES flags */
194 /* One TDES IP per SoC. */ in atmel_tdes_dev_alloc()
823 .base.cra_driver_name = "atmel-ecb-tdes",
835 .base.cra_driver_name = "atmel-cbc-tdes",
893 dev_warn(tdes_dd->dev, "TDES interrupt when no active requests.\n"); in atmel_tdes_irq()
944 "Unmanaged tdes version, set minimum capabilities\n"); in atmel_tdes_get_cap()
950 { .compatible = "atmel,at91sam9g46-tdes" },
995 IRQF_SHARED, "atmel-tdes", tdes_dd); in atmel_tdes_probe()
[all …]
DKconfig443 tristate "Support for Atmel DES/TDES hw accelerator"
448 Some Atmel processors have DES/TDES hw accelerator.
450 DES/TDES algorithms.
453 will be called atmel-tdes.
DMakefile6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
/linux-6.14.4/drivers/crypto/rockchip/
Drk3288_crypto.h128 /* des/tdes */
136 /* TDES Key Mode, 0 : EDE, 1 : EEE */
138 /* 0: DES, 1:TDES */
/linux-6.14.4/arch/s390/crypto/
Dprng.c42 MODULE_PARM_DESC(prng_mode, "PRNG mode: 0 - auto, 1 - TDES, 2 - SHA512");
107 /* initial parameter block for tdes mode, copied from libica */
185 /*** tdes functions ***/
226 pr_debug("prng runs in TDES mode with " in prng_tdes_instantiate()
555 * Beside the STCKF the input for the TDES-EDE is the output in prng_tdes_read()
720 return sysfs_emit(buf, "TDES\n"); in prng_mode_show()
871 /* TDES mode */ in prng_init()
/linux-6.14.4/drivers/crypto/stm32/
DKconfig33 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
/linux-6.14.4/arch/arm/boot/dts/nspire/
Dnspire.dtsi122 tdes: crypto@c8010000 { label
/linux-6.14.4/drivers/crypto/aspeed/
Daspeed-hace-crypto.c789 .cra_driver_name = "aspeed-ecb-tdes",
816 .cra_driver_name = "aspeed-cbc-tdes",
898 .cra_driver_name = "aspeed-ctr-tdes",
/linux-6.14.4/arch/s390/boot/
Dkaslr.c49 /* initial parameter block for tdes mode, copied from libica */ in get_random()
/linux-6.14.4/arch/arm/boot/dts/microchip/
Dsam9x7.dtsi435 tdes: crypto@f0038000 { label
436 compatible = "microchip,sam9x7-tdes", "atmel,at91sam9g46-tdes";
Dsama5d3.dtsi411 tdes: crypto@f803c000 { label
412 compatible = "atmel,at91sam9g46-tdes";
Dsama7g5.dtsi782 tdes: crypto@e2014000 { label
783 compatible = "atmel,at91sam9g46-tdes";
Dsama5d2.dtsi1093 tdes: crypto@fc044000 { label
1094 compatible = "atmel,at91sam9g46-tdes";
Dsama5d4.dtsi697 tdes: crypto@fc04c000 { label
698 compatible = "atmel,at91sam9g46-tdes";
Dsam9x60.dtsi518 tdes: crypto@f0038000 { label
519 compatible = "atmel,at91sam9g46-tdes";
/linux-6.14.4/drivers/s390/crypto/
Dzcrypt_ep11misc.c1557 case 2: /* TDES */ in ep11_kblob2protkey()
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2452 * that needs to not insert csum in the TDES. in stmmac_dma_operation_mode()
5944 * the TX csum insertion in the TDES and not use SF. in stmmac_fix_features()