Searched refs:AES (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/arch/arm64/crypto/ |
D | Kconfig | 57 tristate "GHASH/AES-GCM using ARMv8 Crypto Extensions" 75 tristate "AES core cipher using scalar instructions" 79 tristate "AES core cipher using ARMv8 Crypto Extensions" 85 tristate "AES in CCM mode using ARMv8 Crypto Extensions" 93 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions" 101 tristate "AES in ECB/CBC/CTR/XTS modes using NEON instructions" 115 tristate "AES in ECB/CBC/CTR/XTS modes using bit-sliced NEON algorithm"
|
D | aes-ce-glue.c | 189 module_cpu_feature_match(AES, aes_mod_init);
|
/Linux-v4.19/Documentation/devicetree/bindings/crypto/ |
D | omap-aes.txt | 1 OMAP SoC AES crypto Module 6 AES versions: 12 - ti,hwmods: Name of the hwmod associated with the AES module 14 - interrupts : the interrupt-specifier for the AES module.
|
D | atmel-crypto.txt | 5 * Advanced Encryption Standard (AES) 9 - reg: Should contain AES registers location and length. 10 - interrupts: Should contain the IRQ line for the AES.
|
D | fsl-sec2.txt | 26 bit 6 = set if SEC has the AES EU (AESU) 41 bit 3 = set if SEC supports the 802.11i AES ccmp desc. type
|
D | samsung-sss.txt | 5 -- Advanced Encryption Standard (AES)
|
/Linux-v4.19/arch/arm/crypto/ |
D | Kconfig | 66 tristate "Scalar AES cipher for ARM" 70 Use optimized AES assembler routines for ARM platforms. 73 tristate "Bit sliced AES using NEON instructions" 79 Use a faster and more secure NEON based implementation of AES in CBC, 82 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode 89 tristate "Accelerated AES using ARMv8 Crypto Extensions" 94 Use an implementation of AES in CBC, CTR and XTS modes that uses
|
D | aes-ce-core.S | 102 blo 0f @ AES-128: 10 rounds 105 beq 1f @ AES-192: 12 rounds 383 @ Encrypt the IV in q0 with the second AES key. This should only 385 ldr r6, [sp, #24] @ load AES key 2
|
/Linux-v4.19/Documentation/crypto/ |
D | architecture.rst | 102 or a single block cipher. For example, AES on newer Intel hardware has 103 the following implementations: AES-NI, assembler implementation, or 193 (e.g. AES-128 vs. AES-192 vs. AES-256). These key sizes are determined 280 The depicted example decomposes the AEAD cipher of GCM(AES) based on the 286 AES-NI) provide implementations merging aspects which in the view of the 288 the AES-NI implementation, the CTR mode, the GHASH implementation and 289 the AES cipher are all merged into one cipher implementation registered 359 During instantiation of the GCM handle, the CTR(AES) and GHASH 360 ciphers are instantiated. The cipher handles for CTR(AES) and GHASH 363 The GCM implementation is responsible to invoke the CTR mode AES and [all …]
|
D | api-intro.txt | 185 Brian Gladman (AES) 212 AES algorithm contributors:
|
D | api-samples.rst | 63 /* AES 256 with random key */
|
/Linux-v4.19/Documentation/sound/cards/ |
D | mixart.rst | 16 (AES/EBU, Word Clock, Time Code and Video Synchro) 58 <AES 0-3> and <AES Capture> 59 digital volume control of each AES/EBU substream. 65 and AES volume controls which is set by 219 in the range from 0 to 255 72 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
|
/Linux-v4.19/crypto/ |
D | Kconfig | 295 select CRYPTO_AES # for AES S-box tables 302 select CRYPTO_AES # for AES S-box tables 309 select CRYPTO_AES # for AES S-box tables 450 for AES encryption. 470 The first 128, 192 or 256 bits in the key are used for AES and the 1025 tristate "AES cipher algorithms" 1028 AES cipher algorithms (FIPS-197). AES uses the Rijndael 1040 The AES specifies three key sizes: 128, 192 and 256 bits 1045 tristate "Fixed time AES cipher" 1048 This is a generic implementation of AES that attempts to eliminate [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | Kconfig | 26 tristate "PadLock driver for AES algorithm" 31 Use VIA PadLock for AES algorithm. 53 tristate "Support for the Geode LX AES engine" 58 Say 'Y' here to use the AMD Geode LX processor on-board AES 59 engine for the CryptoAPI AES algorithm. 101 AES cipher algorithms for use with protected key. 150 tristate "AES cipher algorithms" 156 AES cipher algorithms (FIPS-197). 161 for all AES key sizes. 162 As of z196 the CTR mode is hardware accelerated for all AES [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | debugfs-pfo-nx-crypto | 29 - The total number of bytes encrypted using AES in any of the driver's 33 - The total number of AES operations submitted to the hardware.
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | Kconfig | 20 which can be used to offload encryption operations such as SHA, AES 34 Coprocessor. This module supports offload of SHA and AES algorithms.
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | Kconfig | 8 This module supports acceleration for AES and GHASH in hardware. If you
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 78 such as a table-based implementation of AES, it may be possible for an 116 encryption modes being used. For example, if AES-256-XTS is used for 164 the length of an AES-256-XTS key. Furthermore, currently there is no 171 AES-128-ECB key. The output is used as the derived key. If the 192 - AES-256-XTS for contents and AES-256-CTS-CBC for filenames 193 - AES-128-CBC for contents and AES-128-CTS-CBC for filenames 196 It is strongly recommended to use AES-256-XTS for contents encryption. 197 AES-128-CBC was added only for low-powered embedded devices with 201 CPUs which cannot do AES fast enough -- especially ARM CPUs which have 204 not recommended to use Speck on CPUs that have AES instructions. [all …]
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | Kconfig | 28 This enables support for the CRYP (AES/DES/TDES) hw accelerator which
|
/Linux-v4.19/drivers/crypto/ux500/ |
D | Kconfig | 15 AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
|
/Linux-v4.19/Documentation/arm64/ |
D | elf_hwcaps.txt | 81 Functionality implied by ID_AA64ISAR1_EL1.AES == 0b0001. 85 Functionality implied by ID_AA64ISAR1_EL1.AES == 0b0010.
|
/Linux-v4.19/drivers/crypto/nx/ |
D | Kconfig | 10 module supports acceleration for AES and SHA2 algorithms on
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap3-n900.dts | 17 * for omap AES HW crypto support. When linux kernel try to access memory of AES 20 * crash anymore) omap AES support will be disabled for all Nokia N900 devices. 21 * There is "unofficial" version of bootloader which enables AES in L3 firewall 22 * but it is not widely used and to prevent kernel crash rather AES is disabled. 23 * There is also no runtime detection code if AES is disabled in L3 firewall...
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | davinci-mcasp-audio.txt | 16 IEC60958-1, and AES-3 formats.
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 15 #define AES BIT(5) macro 741 security = ENCRYPT_ENABLED | WPA2 | AES; in connect() 746 security = ENCRYPT_ENABLED | WPA | AES; in connect() 764 security = security | AES; in connect() 962 mode = ENCRYPT_ENABLED | WPA2 | AES; in add_key() 971 mode = priv->wilc_groupkey | AES; in add_key()
|
12