Home
last modified time | relevance | path

Searched refs:AES (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/arch/arm/crypto/
DKconfig65 tristate "AES cipher algorithms (ARM-asm)"
70 Use optimized AES assembler routines for ARM platforms.
72 AES cipher algorithms (FIPS-197). AES uses the Rijndael
84 The AES specifies three key sizes: 128, 192 and 256 bits
89 tristate "Bit sliced AES using NEON instructions"
95 Use a faster and more secure NEON based implementation of AES in CBC,
98 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode
105 tristate "Accelerated AES using ARMv8 Crypto Extensions"
110 Use an implementation of AES in CBC, CTR and XTS modes that uses
Daes-ce-core.S102 blo 0f @ AES-128: 10 rounds
105 beq 1f @ AES-192: 12 rounds
385 @ Encrypt the IV in q0 with the second AES key. This should only
387 ldr r6, [sp, #24] @ load AES key 2
Daesbs-core.S_shipped13 @ Bit-sliced AES for ARM NEON
563 .asciz "Bit-sliced AES for NEON, CRYPTOGAMS by <appro@openssl.org>"
1327 cmp r2, #8 @ use plain AES for
Daes-armv4.S9 @ AES for ARMv4
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Domap-aes.txt1 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.
Datmel-crypto.txt5 * Advanced Encryption Standard (AES)
9 - reg: Should contain AES registers location and length.
10 - interrupts: Should contain the IRQ line for the AES.
Dfsl-sec2.txt26 bit 6 = set if SEC has the AES EU (AESU)
41 bit 3 = set if SEC supports the 802.11i AES ccmp desc. type
Dsamsung-sss.txt5 -- Advanced Encryption Standard (AES)
/linux-4.4.14/arch/arm64/crypto/
DKconfig27 tristate "AES core cipher using ARMv8 Crypto Extensions"
32 tristate "AES in CCM mode using ARMv8 Crypto Extensions"
39 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions"
46 tristate "AES in ECB/CBC/CTR/XTS modes using NEON instructions"
Daes-ce-cipher.c264 module_cpu_feature_match(AES, aes_mod_init);
Daes-glue.c452 module_cpu_feature_match(AES, aes_init);
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt13 (AES/EBU, Word Clock, Time Code and Video Synchro)
53 <AES 0-3> and <AES Capture> : digital volume control of each AES/EBU substream.
58 and AES volume controls which is set by 219 in the range from 0 to 255
65 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
Dhdspm.txt192 Don't use to lower 5 Audio-bits on AES as additional Bits.
/linux-4.4.14/drivers/crypto/
DKconfig26 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.
123 tristate "AES cipher algorithms"
129 AES cipher algorithms (FIPS-197).
134 for all AES key sizes.
135 As of z196 the CTR mode is hardware accelerated for all AES
174 Currently the driver supports AES in ECB and CBC mode without DMA.
[all …]
/linux-4.4.14/crypto/
DKconfig310 for AES encryption.
330 The first 128, 192 or 256 bits in the key are used for AES and the
793 tristate "AES cipher algorithms"
796 AES cipher algorithms (FIPS-197). AES uses the Rijndael
808 The AES specifies three key sizes: 128, 192 and 256 bits
813 tristate "AES cipher algorithms (i586)"
818 AES cipher algorithms (FIPS-197). AES uses the Rijndael
830 The AES specifies three key sizes: 128, 192 and 256 bits
835 tristate "AES cipher algorithms (x86_64)"
840 AES cipher algorithms (FIPS-197). AES uses the Rijndael
[all …]
/linux-4.4.14/drivers/crypto/ccp/
DKconfig9 AES and more. If you choose 'M' here, this module will be called
21 Coprocessor. This module supports offload of SHA and AES algorithms.
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-pfo-nx-crypto29 - 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-4.4.14/drivers/crypto/vmx/
DKconfig7 This module supports acceleration for AES and GHASH in hardware. If you
/linux-4.4.14/drivers/crypto/ux500/
DKconfig15 AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.h20 #define AES BIT(5) macro
Dwilc_wfi_cfgoperations.c920 u8security = ENCRYPT_ENABLED | WPA2 | AES; in connect()
932 u8security = ENCRYPT_ENABLED | WPA | AES; in connect()
956 u8security = u8security | AES; in connect()
1167 u8gmode = ENCRYPT_ENABLED | WPA2 | AES; in add_key()
1212 u8pmode = priv->wilc_groupkey | AES; in add_key()
/linux-4.4.14/drivers/crypto/nx/
DKconfig10 module supports acceleration for AES and SHA2 algorithms on
/linux-4.4.14/arch/arm/boot/dts/
Domap3-n900.dts17 * 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-4.4.14/Documentation/devicetree/bindings/sound/
Ddavinci-mcasp-audio.txt16 IEC60958-1, and AES-3 formats.
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt183 Brian Gladman (AES)
210 AES algorithm contributors:
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_avx-x86_64.S119 ## for GHASH part, two tabs is for AES part.
216 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register)
217 TMP3 = 16*2 # Temporary storage for AES State 3
218 TMP4 = 16*3 # Temporary storage for AES State 4
219 TMP5 = 16*4 # Temporary storage for AES State 5
220 TMP6 = 16*5 # Temporary storage for AES State 6
221 TMP7 = 16*6 # Temporary storage for AES State 7
222 TMP8 = 16*7 # Temporary storage for AES State 8
397 # start AES for num_initial_blocks blocks
1656 # start AES for num_initial_blocks blocks
Daesni-intel_asm.S258 # start AES for num_initial_blocks blocks
479 # start AES for num_initial_blocks blocks
/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt47 Encrypted keys do not depend on a TPM, and are faster, as they use AES for
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c331 0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) | in __do_cpuid_ent()