..
.gitignore
…
Kconfig
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
Makefile
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
2024-04-05 15:46:33 +08:00
aegis128-aesni-asm.S
…
aegis128-aesni-glue.c
…
aes-xts-avx-x86_64.S
crypto: x86/aes-xts - optimize size of instructions operating on lengths
2024-04-19 18:54:19 +08:00
aes_ctrby8_avx-x86_64.S
…
aesni-intel_asm.S
crypto: x86/aes-gcm - delete unused GCM assembly code
2024-04-26 17:26:10 +08:00
aesni-intel_avx-x86_64.S
arch/x86: Fix typos
2024-01-03 11:46:22 +01:00
aesni-intel_glue.c
crypto: x86/aes-xts - switch to new Intel CPU model defines
2024-05-22 11:10:48 +02:00
aria-aesni-avx-asm_64.S
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
2023-05-24 18:10:27 +08:00
aria-aesni-avx2-asm_64.S
…
aria-avx.h
…
aria-gfni-avx512-asm_64.S
…
aria_aesni_avx2_glue.c
…
aria_aesni_avx_glue.c
…
aria_gfni_avx512_glue.c
…
blake2s-core.S
…
blake2s-glue.c
…
blowfish-x86_64-asm_64.S
…
blowfish_glue.c
…
camellia-aesni-avx-asm_64.S
…
camellia-aesni-avx2-asm_64.S
…
camellia-x86_64-asm_64.S
…
camellia.h
…
camellia_aesni_avx2_glue.c
…
camellia_aesni_avx_glue.c
…
camellia_glue.c
…
cast5-avx-x86_64-asm_64.S
…
cast5_avx_glue.c
…
cast6-avx-x86_64-asm_64.S
…
cast6_avx_glue.c
…
chacha-avx2-x86_64.S
…
chacha-avx512vl-x86_64.S
…
chacha-ssse3-x86_64.S
…
chacha_glue.c
…
crc32-pclmul_asm.S
crypto: x86/crc32 - Use local .L symbols for code
2023-04-20 18:20:04 +08:00
crc32-pclmul_glue.c
…
crc32c-intel_glue.c
…
crc32c-pcl-intel-asm_64.S
arch/x86: Fix typos
2024-01-03 11:46:22 +01:00
crct10dif-pcl-asm_64.S
…
crct10dif-pclmul_glue.c
…
curve25519-x86_64.c
…
des3_ede-asm_64.S
crypto: x86/des3 - Use RIP-relative addressing
2023-04-20 18:20:04 +08:00
des3_ede_glue.c
…
ecb_cbc_helpers.h
…
ghash-clmulni-intel_asm.S
crypto: x86/ghash - Use RIP-relative addressing
2023-04-20 18:20:04 +08:00
ghash-clmulni-intel_glue.c
…
glue_helper-asm-avx.S
…
glue_helper-asm-avx2.S
…
nh-avx2-x86_64.S
crypto: x86/nh-avx2 - add missing vzeroupper
2024-04-12 15:07:52 +08:00
nh-sse2-x86_64.S
…
nhpoly1305-avx2-glue.c
crypto: x86/nhpoly1305 - implement ->digest
2023-10-20 13:39:25 +08:00
nhpoly1305-sse2-glue.c
crypto: x86/nhpoly1305 - implement ->digest
2023-10-20 13:39:25 +08:00
poly1305-x86_64-cryptogams.pl
…
poly1305_glue.c
…
polyval-clmulni_asm.S
…
polyval-clmulni_glue.c
…
serpent-avx-x86_64-asm_64.S
…
serpent-avx.h
…
serpent-avx2-asm_64.S
…
serpent-sse2-i586-asm_32.S
…
serpent-sse2-x86_64-asm_64.S
…
serpent-sse2.h
…
serpent_avx2_glue.c
…
serpent_avx_glue.c
…
serpent_sse2_glue.c
…
sha1_avx2_x86_64_asm.S
crypto: x86/sha - Use local .L symbols for code
2023-04-20 18:20:04 +08:00
sha1_ni_asm.S
…
sha1_ssse3_asm.S
…
sha1_ssse3_glue.c
crypto: x86/sha1 - autoload if SHA-NI detected
2023-11-17 19:16:29 +08:00
sha256-avx-asm.S
crypto: x86/sha - Use local .L symbols for code
2023-04-20 18:20:04 +08:00
sha256-avx2-asm.S
crypto: x86/sha256-avx2 - add missing vzeroupper
2024-04-12 15:07:52 +08:00
sha256-ssse3-asm.S
crypto: x86/sha - Use local .L symbols for code
2023-04-20 18:20:04 +08:00
sha256_ni_asm.S
crypto: x86/sha256-ni - simplify do_4rounds
2024-04-19 18:54:18 +08:00
sha256_ssse3_glue.c
crypto: x86/sha256 - autoload if SHA-NI detected
2023-11-17 19:16:29 +08:00
sha512-avx-asm.S
arch/x86: Fix typos
2024-01-03 11:46:22 +01:00
sha512-avx2-asm.S
crypto: x86/sha512-avx2 - add missing vzeroupper
2024-04-12 15:07:52 +08:00
sha512-ssse3-asm.S
arch/x86: Fix typos
2024-01-03 11:46:22 +01:00
sha512_ssse3_glue.c
…
sm3-avx-asm_64.S
…
sm3_avx_glue.c
…
sm4-aesni-avx-asm_64.S
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
sm4-aesni-avx2-asm_64.S
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
sm4-avx.h
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
sm4_aesni_avx2_glue.c
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
sm4_aesni_avx_glue.c
crypto: x86/sm4 - Remove cfb(sm4)
2023-12-08 11:59:45 +08:00
twofish-avx-x86_64-asm_64.S
…
twofish-i586-asm_32.S
…
twofish-x86_64-asm_64-3way.S
…
twofish-x86_64-asm_64.S
…
twofish.h
…
twofish_avx_glue.c
…
twofish_glue.c
…
twofish_glue_3way.c
…