Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/crypto/
H A 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
19 - microchip,sam9x7-tdes
20 - microchip,sama7d65-tdes
21 - const: atmel,at91sam9g46-tdes
61 tdes: crypto@e2014000 {
62 compatible = "atmel,at91sam9g46-tdes";
/linux/drivers/crypto/
H A 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 …]
H A DKconfig457 tristate "Support for Atmel DES/TDES hw accelerator"
462 Some Atmel processors have DES/TDES hw accelerator.
464 DES/TDES algorithms.
467 will be called atmel-tdes.
H A DMakefile6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
/linux/drivers/crypto/stm32/
H A DKconfig24 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
/linux/arch/s390/crypto/
H A 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/arch/arm/boot/dts/nspire/
H A Dnspire.dtsi122 tdes: crypto@c8010000 { label
/linux/drivers/crypto/aspeed/
H A 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/arch/arm/boot/dts/microchip/
H A Dsama7d65.dtsi302 tdes: crypto@e1608000 { label
303 compatible = "microchip,sama7d65-tdes", "atmel,at91sam9g46-tdes";
H A Dsam9x7.dtsi437 tdes: crypto@f0038000 { label
438 compatible = "microchip,sam9x7-tdes", "atmel,at91sam9g46-tdes";
H A Dsama5d3.dtsi413 tdes: crypto@f803c000 { label
414 compatible = "atmel,at91sam9g46-tdes";
H A Dsama5d2.dtsi1096 tdes: crypto@fc044000 { label
1097 compatible = "atmel,at91sam9g46-tdes";
H A Dsam9x60.dtsi518 tdes: crypto@f0038000 { label
519 compatible = "atmel,at91sam9g46-tdes";
H A Dsama5d4.dtsi700 tdes: crypto@fc04c000 { label
701 compatible = "atmel,at91sam9g46-tdes";
/linux/arch/s390/boot/
H A Dkaslr.c49 /* initial parameter block for tdes mode, copied from libica */ in get_random()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-regs.h159 #define EIP93_PE_OPTION_TDES BIT(0) /* DES and TDES */
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1520 case 2: /* TDES */ in ep11_kblob2protkey()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2491 * that needs to not insert csum in the TDES. in stmmac_dma_operation_mode()
6003 * the TX csum insertion in the TDES and not use SF. in stmmac_fix_features()