Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/crypto/
A 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.
A Dchacha-s390.S49 #define CTR %v26 macro
94 VL CTR,0x50,,%r7
107 VAF XD0,XD0,CTR
244 VAF XD0,XD0,CTR
/linux-6.3-rc2/arch/arm64/crypto/
A 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)
244 - CTR (Counter) mode (NIST SP800-38A)
253 tristate "Ciphers: SM4, modes: ECB/CBC/CFB/CTR (NEON)"
[all …]
A 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.3-rc2/arch/x86/crypto/
A Daesni-intel_avx-x86_64.S1002 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1080 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1084 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1088 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1092 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1096 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1100 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1104 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1108 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1950 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
[all …]
A DKconfig17 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTR, XTS, GCM (AES-NI)"
27 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTR, XTS
192 tristate "Ciphers: SM4 with modes: ECB, CBC, CFB, CTR (AES-NI/AVX)"
200 (OSCCA GB/T 32907-2016) with ECB, CBC, CFB, and CTR modes
222 (OSCCA GB/T 32907-2016) with ECB, CBC, CFB, and CTR modes
290 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX/GFNI)"
298 (RFC 5794) with ECB and CTR modes
308 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX2/GFNI)"
317 (RFC 5794) with ECB and CTR modes
327 tristate "Ciphers: ARIA with modes: ECB, CTR (AVX512/GFNI)"
[all …]
A Daesni-intel_asm.S142 #define CTR %xmm11 macro
2721 movaps IV, CTR
2722 pshufb BSWAP_MASK, CTR
2725 movq CTR, TCTR_LOW
2745 paddq INC, CTR
2749 paddq INC, CTR
2752 movaps CTR, IV
/linux-6.3-rc2/tools/perf/arch/powerpc/tests/
A Dregs_load.S38 #define CTR 35 * 8 macro
90 std 4, CTR(3)
/linux-6.3-rc2/arch/arm/crypto/
A DKconfig167 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)"
179 - CTR (Counter) mode (NIST SP800-38A)
183 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode
190 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)"
200 - CTR (Counter) mode (NIST SP800-38A)
A Daes-ce-core.S449 vst1.8 {q7}, [r5] @ return next CTR value
/linux-6.3-rc2/Documentation/crypto/
A 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.3-rc2/arch/sparc/crypto/
A DKconfig70 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
/linux-6.3-rc2/arch/powerpc/crypto/
A DKconfig76 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)"
81 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
/linux-6.3-rc2/Documentation/devicetree/bindings/crypto/
A Dsamsung-slimsss.yaml15 -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
/linux-6.3-rc2/drivers/crypto/aspeed/
A DKconfig48 with ECB/CBC/CFB/OFB/CTR options.
/linux-6.3-rc2/drivers/platform/x86/intel/telemetry/
A Ddebugfs.c76 #define TELEM_CHECK_AND_PARSE_CTRS(EVTID, CTR) { \ argument
78 (CTR) = evtlog[index].telem_evtlog; \
/linux-6.3-rc2/arch/powerpc/platforms/8xx/
A DKconfig120 (by not placing conditional branches or branches to LR or CTR
/linux-6.3-rc2/crypto/
A DKconfig364 and GCM drivers, and other CTR or CMAC/XCBC based modes that rely
665 tristate "CTR (Counter)"
669 CTR (Counter) mode (NIST SP800-38A)
759 This blockcipher mode is a variant of CTR mode using XORs and little-endian
847 xoring it with a salt. This algorithm is mainly useful for CTR.
/linux-6.3-rc2/Documentation/powerpc/
A Dpapr_hcalls.rst84 | CTR | Y | Loop Counter |
A Dtransactional_memory.rst63 Checkpointed registers include all GPRs, FPRs, VRs/VSRs, LR, CCR/CR, CTR, FPCSR
/linux-6.3-rc2/drivers/crypto/
A DKconfig572 - AES (CBC, CTR, ECB, XTS)
583 - AES (CBC, CTR, ECB, XTS)
/linux-6.3-rc2/drivers/platform/x86/
A Dsony-laptop.c711 SNC_HANDLE(CTR, snc_CTR_get, snc_CTR_set, NULL, 1),

Completed in 82 milliseconds