Home
last modified time | relevance | path

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

12

/openbmc/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
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.
H A Dchacha-s390.S50 #define CTR %v26 macro
95 VL CTR,0x50,,%r7
108 VAF XD0,XD0,CTR
245 VAF XD0,XD0,CTR
/openbmc/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,
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 …]
H 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
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S980 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1058 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1062 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1066 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1070 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1074 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1078 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1082 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1086 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
1928 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0
[all …]
H 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 …]
H 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
/openbmc/linux/tools/perf/arch/powerpc/tests/
H A Dregs_load.S38 #define CTR 35 * 8 macro
90 std 4, CTR(3)
/openbmc/linux/arch/arm/crypto/
H 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)
H A Daes-ce-core.S449 vst1.8 {q7}, [r5] @ return next CTR value
/openbmc/linux/arch/sparc/crypto/
H A DKconfig70 tristate "Ciphers: AES, modes: ECB, CBC, CTR"
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
/openbmc/linux/Documentation/crypto/
H 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
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dsamsung-slimsss.yaml15 -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
/openbmc/linux/arch/powerpc/crypto/
H A DKconfig76 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)"
81 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
/openbmc/linux/drivers/crypto/aspeed/
H A DKconfig48 with ECB/CBC/CFB/OFB/CTR options.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_3.6.0.bb10 - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG \
H A Dmbedtls_2.28.8.bb10 - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG \
/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c76 #define TELEM_CHECK_AND_PARSE_CTRS(EVTID, CTR) { \ argument
78 (CTR) = evtlog[index].telem_evtlog; \
/openbmc/linux/arch/powerpc/platforms/8xx/
H A DKconfig121 (by not placing conditional branches or branches to LR or CTR
/openbmc/linux/crypto/
H A DKconfig372 and GCM drivers, and other CTR or CMAC/XCBC based modes that rely
673 tristate "CTR (Counter)"
677 CTR (Counter) mode (NIST SP800-38A)
767 This blockcipher mode is a variant of CTR mode using XORs and little-endian
858 xoring it with a salt. This algorithm is mainly useful for CTR.
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h593 #define CTR SPRN_CTR /* Counter Register */ macro
/openbmc/linux/Documentation/powerpc/
H A Dpapr_hcalls.rst84 | CTR | Y | Loop Counter |
H A Dtransactional_memory.rst63 Checkpointed registers include all GPRs, FPRs, VRs/VSRs, LR, CCR/CR, CTR, FPCSR
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc463 #define CTR SPR(9, 0)
1437 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | CTR);
2155 tcg_out32(s, MTSPR | RA(TCG_REG_R0) | CTR);
2173 tcg_out32(s, MTSPR | RS(TCG_REG_R12) | CTR);
2709 tcg_out32(s, MTSPR | RS(tcg_target_call_iarg_regs[1]) | CTR);
2773 tcg_out32(s, MTSPR | RS(TCG_REG_TMP1) | CTR);
2803 tcg_out32(s, MTSPR | RS(args[0]) | CTR);
/openbmc/linux/drivers/crypto/
H A DKconfig545 - AES (CBC, CTR, ECB, XTS)
556 - AES (CBC, CTR, ECB, XTS)

12