Home
last modified time | relevance | path

Searched refs:CBC (Results 1 – 24 of 24) sorted by relevance

/linux/arch/x86/crypto/
H A DKconfig17 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XCTR, XTS, GCM (AES-NI/VAES)"
28 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XCTR, XTS
38 tristate "Ciphers: Blowfish, modes: ECB, CBC"
45 Length-preserving ciphers: Blowfish with ECB and CBC modes
50 tristate "Ciphers: Camellia with modes: ECB, CBC"
56 Length-preserving ciphers: Camellia with ECB and CBC modes
61 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX)"
68 Length-preserving ciphers: Camellia with ECB and CBC modes
75 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX2)"
79 Length-preserving ciphers: Camellia with ECB and CBC modes
[all …]
/linux/arch/sparc/crypto/
H A DKconfig6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC"
14 Length-preserving ciphers: DES with ECB and CBC modes
15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes
70 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
80 tristate "Ciphers: Camellia, modes: ECB, CBC"
86 Length-preserving ciphers: Camellia with ECB and CBC modes
/linux/arch/s390/crypto/
H A DKconfig84 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM"
91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
95 As of z9 the ECB and CBC modes are hardware accelerated
98 As of z10 the ECB and CBC modes are hardware accelerated
106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR"
114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
119 As of z990 the ECB and CBC mode are hardware accelerated.
/linux/arch/arm64/crypto/
H A DKconfig132 tristate "Ciphers: AES, modes: ECB, CBC, CTR, CTS, XCTR, XTS"
136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
138 AEAD cipher: AES with CBC, ESSIV, and SHA-256
155 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)"
163 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
172 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (NEON)"
180 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
202 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)"
211 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
234 tristate "Ciphers: SM4, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)"
[all …]
/linux/arch/arm/crypto/
H A DKconfig167 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)"
177 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
183 and for XTS mode encryption, CBC and XTS mode decryption speedup is
184 around 25%. (CBC encryption speed is not affected by this driver.)
190 attacks will still be used as a fallback method; specifically CBC
191 encryption (not CBC decryption), the encryption of XTS tweaks, XTS
196 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)"
205 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
/linux/drivers/crypto/allwinner/
H A DKconfig21 The Security System handle AES/DES/3DES ciphers in CBC mode
57 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/linux/arch/riscv/crypto/
H A DKconfig6 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTS"
13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS
/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c131 .CBC = 13,
156 .CBC = 11,
181 .CBC = 11,
206 .CBC = 11,
H A Dxilinx_hwicap.h138 u32 CBC; member
/linux/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/linux/drivers/crypto/
H A DKconfig343 the ECB and CBC modes of operation are supported by the driver. Also
518 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
591 - AES (CBC, CTR, ECB, XTS)
592 - 3DES (CBC, ECB)
593 - DES (CBC, ECB)
602 - AES (CBC, CTR, ECB, XTS)
603 - 3DES (ECB, CBC)
604 - DES (ECB, CBC)
779 AES block ciphers in ECB and CBC mode, as well as SHA1, SHA224, SHA256,
781 Additionally, it accelerates combined AES-CBC/HMAC-SHA AEAD operations.
/linux/arch/powerpc/crypto/
H A DKconfig87 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)"
92 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
/linux/Documentation/filesystems/
H A Dfscrypt.rst341 - AES-256-XTS for contents and AES-256-CBC-CTS for filenames
344 - AES-128-CBC-ESSIV for contents and AES-128-CBC-CTS for filenames
345 - SM4-XTS for contents and SM4-CBC-CTS for filenames
347 Note: in the API, "CBC" means CBC-ESSIV, and "CTS" means CBC-CTS.
348 So, for example, FSCRYPT_MODE_AES_256_CTS means AES-256-CBC-CTS.
354 `CBC-ESSIV mode
357 block cipher in `CBC-CTS mode
361 The (AES-256-XTS, AES-256-CBC-CTS) pair is the recommended default.
370 cipher is the ideal mode for the problem domain, though CBC-CTS is the
381 The (AES-128-CBC-ESSIV, AES-128-CBC-CTS) pair exists only to support
[all …]
H A Dubifs-authentication.rst24 binary to perform a malicious action when executed [DMC-CBC-ATTACK]. Since
440 [DMC-CBC-ATTACK] https://www.jakoblell.com/blog/2013/12/22/practical-malleability-attack-agains…
/linux/drivers/crypto/aspeed/
H A DKconfig46 with ECB/CBC/CTR options.
/linux/drivers/crypto/hisilicon/
H A DKconfig37 CBC, and XTS cipher mode, and AEAD algorithms.
/linux/drivers/crypto/intel/keembay/
H A DKconfig35 AES/SM4 CBC with CTS mode hardware acceleration for use with
/linux/crypto/
H A DKconfig638 tristate "CBC (Cipher Block Chaining)"
642 CBC (Cipher Block Chaining) mode (NIST SP800-38A)
658 CBC-CS3 variant of CTS (Cipher Text Stealing) (NIST
830 algorithm for CBC.
857 the SoC in question has accelerated CBC but not XTS, making CBC
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-catalina.dts744 // Left CBC FRU EEPROM
750 // Right CBC FRU EEPROM
/linux/Documentation/crypto/
H A Darchitecture.rst367 For example, CBC(AES) is implemented with cbc.c, and aes-generic.c. The
369 step (4) is used and the SKCIPHER block chaining mode is CBC.
H A Dapi-intro.rst118 as well as general application notes such as RFC2451 ("The ESP CBC-Mode
/linux/drivers/edac/
H A DKconfig391 blocks (TAD, CBC, MCI).
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst829 - 256-bit AES in CBC mode (ENCRYPTION_MODE_AES_256_CBC).
/linux/Documentation/ABI/stable/
H A Dsysfs-block253 * AES-128-CBC-ESSIV