Searched full:tdes (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/crypto/ |
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 15 const: atmel,at91sam9g46-tdes 55 tdes: crypto@e2014000 { 56 compatible = "atmel,at91sam9g46-tdes";
|
/Linux-v6.1/drivers/crypto/ |
D | atmel-tdes.c | 5 * Support for ATMEL DES/TDES HW acceleration. 38 #include "atmel-tdes-regs.h" 42 /* TDES flags */ 204 /* One TDES IP per SoC. */ in atmel_tdes_dev_alloc() 1006 .base.cra_driver_name = "atmel-ecb-tdes", 1018 .base.cra_driver_name = "atmel-cbc-tdes", 1031 .base.cra_driver_name = "atmel-ofb-tdes", 1089 dev_warn(tdes_dd->dev, "TDES interrupt when no active requests.\n"); in atmel_tdes_irq() 1142 "Unmanaged tdes version, set minimum capabilities\n"); in atmel_tdes_get_cap() 1149 { .compatible = "atmel,at91sam9g46-tdes" }, [all …]
|
D | Kconfig | 430 tristate "Support for Atmel DES/TDES hw accelerator" 435 Some Atmel processors have DES/TDES hw accelerator. 437 DES/TDES algorithms. 440 will be called atmel-tdes.
|
D | Makefile | 6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
|
/Linux-v6.1/drivers/crypto/rockchip/ |
D | rk3288_crypto.h | 127 /* des/tdes */ 135 /* TDES Key Mode, 0 : EDE, 1 : EEE */ 137 /* 0: DES, 1:TDES */
|
/Linux-v6.1/arch/s390/crypto/ |
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 scnprintf(buf, PAGE_SIZE, "TDES\n"); in prng_mode_show() 871 /* TDES mode */ in prng_init()
|
/Linux-v6.1/drivers/crypto/stm32/ |
D | Kconfig | 31 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|
/Linux-v6.1/drivers/crypto/aspeed/ |
D | aspeed-hace-crypto.c | 934 .cra_driver_name = "aspeed-ecb-tdes", 958 .cra_driver_name = "aspeed-cbc-tdes", 982 .cra_driver_name = "aspeed-cfb-tdes", 1006 .cra_driver_name = "aspeed-ofb-tdes", 1079 .cra_driver_name = "aspeed-ctr-tdes",
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | nspire.dtsi | 113 tdes: crypto@c8010000 { label
|
D | sam9x60.dtsi | 308 tdes: crypto@f0038000 { label 309 compatible = "atmel,at91sam9g46-tdes";
|
D | sama7g5.dtsi | 677 tdes: crypto@e2014000 { label 678 compatible = "atmel,at91sam9g46-tdes";
|
D | sama5d2.dtsi | 1094 tdes: crypto@fc044000 { label 1095 compatible = "atmel,at91sam9g46-tdes";
|
D | sama5d3.dtsi | 411 tdes: crypto@f803c000 { label 412 compatible = "atmel,at91sam9g46-tdes";
|
D | sama5d4.dtsi | 697 tdes: crpyto@fc04c000 { label 698 compatible = "atmel,at91sam9g46-tdes";
|
/Linux-v6.1/arch/s390/boot/ |
D | kaslr.c | 49 /* initial parameter block for tdes mode, copied from libica */ in get_random()
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 1363 case 2: /* TDES */ in ep11_kblob2protkey()
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 2359 * that needs to not insert csum in the TDES. in stmmac_dma_operation_mode() 5623 * the TX csum insertion in the TDES and not use SF. in stmmac_fix_features()
|