| /linux/arch/s390/crypto/ |
| H A D | Kconfig | 16 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM" 20 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes 30 As of z196 the CTR mode is hardware accelerated for all AES 35 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 42 Length-preserving ciphers: DES with ECB, CBC, and CTR modes 43 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes 48 As of z196 the CTR mode is hardware accelerated.
|
| /linux/arch/arm64/crypto/ |
| H A D | Kconfig | 41 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)" 51 - CTR (Counter) mode (NIST SP800-38A) 59 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (NEON)" 69 - CTR (Counter) mode (NIST SP800-38A) 77 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)" 87 - CTR (Counter) mode (NIST SP800-38A) 109 tristate "Ciphers: SM4, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)" 118 - CTR (Counter) mode (NIST SP800-38A) 127 tristate "Ciphers: SM4, modes: ECB/CBC/CTR (NEON)" 136 - CTR (Counter) mode (NIST SP800-38A)
|
| H A D | aes-modes.S | 328 CTR .req x11 // XCTR only 368 add CTR, CTR, BLOCKS 378 sub x6, CTR, #MAX_STRIDE - 1 379 sub x7, CTR, #MAX_STRIDE - 2 380 sub x8, CTR, #MAX_STRIDE - 3 381 sub x9, CTR, #MAX_STRIDE - 4 382 ST5( sub x10, CTR, #MAX_STRIDE - 5 ) 581 .unreq CTR // XCTR only
|
| /linux/arch/arm/crypto/ |
| H A D | Kconfig | 27 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)" 36 - CTR (Counter) mode (NIST SP800-38A) 40 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode 51 CTR when invoked in a context in which NEON instructions are unusable. 54 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)" 63 - CTR (Counter) mode (NIST SP800-38A)
|
| H A D | aes-ce-core.S | 449 vst1.8 {q7}, [r5] @ return next CTR value
|
| /linux/arch/x86/crypto/ |
| H A D | Kconfig | 6 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XCTR, XTS, GCM (AES-NI/VAES)" 13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XCTR, XTS 176 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX)" 183 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes 196 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX2)" 204 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes 271 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX/GFNI)" 278 (RFC 5794) with ECB and CTR modes 288 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX2/GFNI)" 296 (RFC 5794) with ECB and CTR modes [all …]
|
| H A D | aesni-intel_asm.S | 37 #define CTR %xmm11 macro 1009 movaps IV, CTR 1010 pshufb BSWAP_MASK, CTR 1013 movq CTR, TCTR_LOW 1033 paddq INC, CTR 1037 paddq INC, CTR 1040 movaps CTR, IV
|
| /linux/arch/riscv/crypto/ |
| H A D | Kconfig | 6 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTS" 12 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS 17 - Zvkb vector crypto extension (CTR)
|
| /linux/tools/perf/arch/powerpc/tests/ |
| H A D | regs_load.S | 38 #define CTR 35 * 8 macro 90 std 4, CTR(3)
|
| /linux/arch/sparc/crypto/ |
| H A D | Kconfig | 20 tristate "Ciphers: AES, modes: ECB, CBC, CTR" 25 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
|
| /linux/Documentation/crypto/ |
| H A D | architecture.rst | 265 the AES-NI implementation, the CTR mode, the GHASH implementation and 332 During instantiation of the GCM handle, the CTR(AES) and GHASH 333 ciphers are instantiated. The cipher handles for CTR(AES) and GHASH 336 The GCM implementation is responsible to invoke the CTR mode AES and 341 with the instantiated CTR(AES) cipher handle. 343 During instantiation of the CTR(AES) cipher, the CIPHER type 347 That means that the SKCIPHER implementation of CTR(AES) only 348 implements the CTR block chaining mode. After performing the block 351 4. The SKCIPHER of CTR(AES) now invokes the CIPHER API with the AES
|
| /linux/arch/powerpc/crypto/ |
| H A D | Kconfig | 6 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)" 11 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | Kconfig | 18 CTR crypto. Also provide DES and 3DES ECB and CBC.
|
| /linux/drivers/crypto/aspeed/ |
| H A D | Kconfig | 46 with ECB/CBC/CTR options.
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.S | 50 #define CTR %v26 macro 95 VL CTR,0x50,,%r7 108 VAF XD0,XD0,CTR 245 VAF XD0,XD0,CTR
|
| /linux/drivers/platform/x86/intel/telemetry/ |
| H A D | debugfs.c | 76 #define TELEM_CHECK_AND_PARSE_CTRS(EVTID, CTR) { \ argument 78 (CTR) = evtlog[index].telem_evtlog; \
|
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | Kconfig | 120 (by not placing conditional branches or branches to LR or CTR
|
| /linux/crypto/ |
| H A D | Kconfig | 660 tristate "CTR (Counter)" 664 CTR (Counter) mode (NIST SP800-38A) 732 This blockcipher mode is a variant of CTR mode using XORs and little-endian 816 xoring it with a salt. This algorithm is mainly useful for CTR.
|
| /linux/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 63 Checkpointed registers include all GPRs, FPRs, VRs/VSRs, LR, CCR/CR, CTR, FPCSR
|
| H A D | papr_hcalls.rst | 84 | CTR | Y | Loop Counter |
|
| H A D | kvm-nested.rst | 487 | 0x1025 | 0x08 | RW | T | CTR |
|
| /linux/drivers/crypto/ |
| H A D | Kconfig | 602 - AES (CBC, CTR, ECB, XTS) 613 - AES (CBC, CTR, ECB, XTS)
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 710 SNC_HANDLE(CTR, snc_CTR_get, snc_CTR_set, NULL, 1),
|