/linux/Documentation/devicetree/bindings/crypto/ |
H A D | atmel,at91sam9g46-tdes.yaml | 5 $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 D | atmel-tdes.c | 5 * 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 D | Kconfig | 457 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 D | Makefile | 6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
|
/linux/drivers/crypto/stm32/ |
H A D | Kconfig | 24 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|
/linux/arch/s390/crypto/ |
H A D | prng.c | 42 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 D | nspire.dtsi | 122 tdes: crypto@c8010000 { label
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-crypto.c | 789 .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 D | sama7d65.dtsi | 302 tdes: crypto@e1608000 { label 303 compatible = "microchip,sama7d65-tdes", "atmel,at91sam9g46-tdes";
|
H A D | sam9x7.dtsi | 437 tdes: crypto@f0038000 { label 438 compatible = "microchip,sam9x7-tdes", "atmel,at91sam9g46-tdes";
|
H A D | sama5d3.dtsi | 413 tdes: crypto@f803c000 { label 414 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d2.dtsi | 1096 tdes: crypto@fc044000 { label 1097 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sam9x60.dtsi | 518 tdes: crypto@f0038000 { label 519 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d4.dtsi | 700 tdes: crypto@fc04c000 { label 701 compatible = "atmel,at91sam9g46-tdes";
|
/linux/arch/s390/boot/ |
H A D | kaslr.c | 49 /* initial parameter block for tdes mode, copied from libica */ in get_random()
|
/linux/drivers/crypto/inside-secure/eip93/ |
H A D | eip93-regs.h | 159 #define EIP93_PE_OPTION_TDES BIT(0) /* DES and TDES */
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 1520 case 2: /* TDES */ in ep11_kblob2protkey()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 2491 * 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()
|