/openbmc/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 15 const: atmel,at91sam9g46-tdes 55 tdes: crypto@e2014000 { 56 compatible = "atmel,at91sam9g46-tdes";
|
/openbmc/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 */ 204 /* One TDES IP per SoC. */ in atmel_tdes_dev_alloc() 1001 .base.cra_driver_name = "atmel-ecb-tdes", 1013 .base.cra_driver_name = "atmel-cbc-tdes", 1026 .base.cra_driver_name = "atmel-ofb-tdes", 1084 dev_warn(tdes_dd->dev, "TDES interrupt when no active requests.\n"); in atmel_tdes_irq() 1137 "Unmanaged tdes version, set minimum capabilities\n"); in atmel_tdes_get_cap() 1143 { .compatible = "atmel,at91sam9g46-tdes" }, [all …]
|
H A D | Kconfig | 393 tristate "Support for Atmel DES/TDES hw accelerator" 398 Some Atmel processors have DES/TDES hw accelerator. 400 DES/TDES algorithms. 403 will be called atmel-tdes.
|
H A D | Makefile | 6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o
|
/openbmc/u-boot/drivers/crypto/ |
H A D | ace_sha.h | 204 /* TDES control */ 213 #define ACE_TDES_SEL_TDESEDE (1 << 3) /* TDES EDE mode */ 214 #define ACE_TDES_SEL_TDESEEE (3 << 3) /* TDES EEE mode */ 228 /* TDES status */
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.h | 128 /* des/tdes */ 136 /* TDES Key Mode, 0 : EDE, 1 : EEE */ 138 /* 0: DES, 1:TDES */
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | Kconfig | 33 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|
/openbmc/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 scnprintf(buf, PAGE_SIZE, "TDES\n"); in prng_mode_show() 871 /* TDES mode */ in prng_init()
|
/openbmc/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-crypto.c | 965 .cra_driver_name = "aspeed-ecb-tdes", 992 .cra_driver_name = "aspeed-cbc-tdes", 1019 .cra_driver_name = "aspeed-cfb-tdes", 1046 .cra_driver_name = "aspeed-ofb-tdes", 1128 .cra_driver_name = "aspeed-ctr-tdes",
|
/openbmc/linux/arch/arm/boot/dts/nspire/ |
H A D | nspire.dtsi | 122 tdes: crypto@c8010000 { label
|
/openbmc/linux/arch/s390/boot/ |
H A D | kaslr.c | 49 /* initial parameter block for tdes mode, copied from libica */ in get_random()
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama7g5.dtsi | 782 tdes: crypto@e2014000 { label 783 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d3.dtsi | 411 tdes: crypto@f803c000 { label 412 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d2.dtsi | 1093 tdes: crypto@fc044000 { label 1094 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sam9x60.dtsi | 506 tdes: crypto@f0038000 { label 507 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d4.dtsi | 697 tdes: crpyto@fc04c000 { label 698 compatible = "atmel,at91sam9g46-tdes";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3.dtsi | 416 tdes@f803c000 { 417 compatible = "atmel,at91sam9g46-tdes";
|
H A D | sama5d4.dtsi | 1267 tdes@fc04c000 { 1268 compatible = "atmel,at91sam9g46-tdes";
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 1526 case 2: /* TDES */ in ep11_kblob2protkey()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 2379 * that needs to not insert csum in the TDES. in stmmac_dma_operation_mode() 5777 * the TX csum insertion in the TDES and not use SF. in stmmac_fix_features()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |