Home
last modified time | relevance | path

Searched refs:CTR (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/arch/s390/crypto/
DKconfig84 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM"
91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
101 As of z196 the CTR mode is hardware accelerated for all AES
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
120 As of z196 the CTR mode is hardware accelerated.
Dchacha-s390.S50 #define CTR %v26 macro
95 VL CTR,0x50,,%r7
108 VAF XD0,XD0,CTR
245 VAF XD0,XD0,CTR
/linux-6.12.1/arch/arm64/crypto/
DKconfig132 tristate "Ciphers: AES, modes: ECB, CBC, CTR, CTS, XCTR, XTS"
136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
155 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)"
164 - CTR (Counter) mode (NIST SP800-38A)
172 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (NEON)"
181 - CTR (Counter) mode (NIST SP800-38A)
202 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)"
212 - CTR (Counter) mode (NIST SP800-38A)
234 tristate "Ciphers: SM4, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)"
243 - CTR (Counter) mode (NIST SP800-38A)
[all …]
Daes-modes.S328 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-6.12.1/arch/x86/crypto/
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
197 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX)"
205 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes
218 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX2)"
227 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes
295 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX/GFNI)"
303 (RFC 5794) with ECB and CTR modes
313 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX2/GFNI)"
322 (RFC 5794) with ECB and CTR modes
[all …]
Daesni-intel_asm.S36 #define CTR %xmm11 macro
1033 movaps IV, CTR
1034 pshufb BSWAP_MASK, CTR
1037 movq CTR, TCTR_LOW
1057 paddq INC, CTR
1061 paddq INC, CTR
1064 movaps CTR, IV
/linux-6.12.1/arch/riscv/crypto/
DKconfig6 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTS"
13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS
18 - Zvkb vector crypto extension (CTR)
/linux-6.12.1/tools/perf/arch/powerpc/tests/
Dregs_load.S38 #define CTR 35 * 8 macro
90 std 4, CTR(3)
/linux-6.12.1/arch/arm/crypto/
DKconfig167 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)"
178 - CTR (Counter) mode (NIST SP800-38A)
182 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode
193 CTR when invoked in a context in which NEON instructions are unusable.
196 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)"
206 - CTR (Counter) mode (NIST SP800-38A)
Daes-ce-core.S449 vst1.8 {q7}, [r5] @ return next CTR value
/linux-6.12.1/Documentation/crypto/
Darchitecture.rst265 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-6.12.1/arch/sparc/crypto/
DKconfig70 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
/linux-6.12.1/arch/powerpc/crypto/
DKconfig87 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)"
92 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
/linux-6.12.1/drivers/crypto/aspeed/
DKconfig46 with ECB/CBC/CTR options.
/linux-6.12.1/drivers/platform/x86/intel/telemetry/
Ddebugfs.c76 #define TELEM_CHECK_AND_PARSE_CTRS(EVTID, CTR) { \ argument
78 (CTR) = evtlog[index].telem_evtlog; \
/linux-6.12.1/arch/powerpc/platforms/8xx/
DKconfig121 (by not placing conditional branches or branches to LR or CTR
/linux-6.12.1/crypto/
DKconfig355 and GCM drivers, and other CTR or CMAC/XCBC based modes that rely
647 tristate "CTR (Counter)"
651 CTR (Counter) mode (NIST SP800-38A)
727 This blockcipher mode is a variant of CTR mode using XORs and little-endian
818 xoring it with a salt. This algorithm is mainly useful for CTR.
/linux-6.12.1/Documentation/arch/powerpc/
Dpapr_hcalls.rst84 | CTR | Y | Loop Counter |
Dtransactional_memory.rst63 Checkpointed registers include all GPRs, FPRs, VRs/VSRs, LR, CCR/CR, CTR, FPCSR
Dkvm-nested.rst467 | 0x1025 | 0x08 | RW | T | CTR |
/linux-6.12.1/drivers/crypto/
DKconfig591 - AES (CBC, CTR, ECB, XTS)
602 - AES (CBC, CTR, ECB, XTS)
/linux-6.12.1/drivers/platform/x86/
Dsony-laptop.c711 SNC_HANDLE(CTR, snc_CTR_get, snc_CTR_set, NULL, 1),