Ben Hutchings 92b279070d crypto: camellia_aesni_avx - Fix CPU feature checks 10 years ago
..
sha-mb 44d21c3f3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 10 years ago
Makefile b1ccc8f4b6 crypto: poly1305 - Add a four block AVX2 variant for x86_64 10 years ago
aes-i586-asm_32.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 years ago
aes-x86_64-asm_64.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 years ago
aes_ctrby8_avx-x86_64.S 0b1e95b2fa crypto: aesni - fix "by8" variant for 128 bit keys 10 years ago
aes_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
aesni-intel_asm.S e31ac32d3b crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 10 years ago
aesni-intel_avx-x86_64.S 79ba451d66 crypto: aesni - fix build on x86 (32bit) 11 years ago
aesni-intel_glue.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag 10 years ago
blowfish-x86_64-asm_64.S 5186e395fe crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
blowfish_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
camellia-aesni-avx-asm_64.S b5c5b072dc crypto: x86/camellia-aesni-avx - add more optimized XTS code 12 years ago
camellia-aesni-avx2-asm_64.S acfffdb803 crypto: camellia-aesni-avx2 - tune assembly code for more performance 12 years ago
camellia-x86_64-asm_64.S 59990684b0 crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
camellia_aesni_avx2_glue.c b54b4bbbf5 x86/fpu, crypto: Fix AVX2 feature tests 10 years ago
camellia_aesni_avx_glue.c 92b279070d crypto: camellia_aesni_avx - Fix CPU feature checks 9 years ago
camellia_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
cast5-avx-x86_64-asm_64.S e17e209ea4 crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
cast5_avx_glue.c d5d34d98d2 x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks 10 years ago
cast6-avx-x86_64-asm_64.S 70177286e1 crypto: cast6-avx: use new optimized XTS code 12 years ago
cast6_avx_glue.c 1debf7db2b x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks 10 years ago
chacha20-avx2-x86_64.S 3d1e93cdf1 crypto: chacha20 - Add an eight block AVX2 variant for x86_64 10 years ago
chacha20-ssse3-x86_64.S 274f938e0a crypto: chacha20 - Add a four block SSSE3 variant for x86_64 10 years ago
chacha20_glue.c 3d1e93cdf1 crypto: chacha20 - Add an eight block AVX2 variant for x86_64 10 years ago
crc32-pclmul_asm.S 2baad6121e x86, crc32-pclmul: Fix build with older binutils 12 years ago
crc32-pclmul_glue.c df6b35f409 x86/fpu: Rename i387.h to fpu/api.h 10 years ago
crc32c-intel_glue.c 78f7f1e54b x86/fpu: Rename fpu-internal.h to fpu/internal.h 10 years ago
crc32c-pcl-intel-asm_64.S a734b4a23e x86/asm: Replace "MOVQ $imm, %reg" with MOVL 10 years ago
crct10dif-pcl-asm_64.S 68411521cc Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" 12 years ago
crct10dif-pclmul_glue.c df6b35f409 x86/fpu: Rename i387.h to fpu/api.h 10 years ago
des3_ede-asm_64.S 6574e6c64e crypto: des_3des - add x86-64 assembly implementation 11 years ago
des3_ede_glue.c d8219f52a7 crypto: x86/des3_ede - drop bogus module aliases 10 years ago
fpu.c 44d21c3f3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 10 years ago
ghash-clmulni-intel_asm.S 0ea481466d crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key 11 years ago
ghash-clmulni-intel_glue.c 71c6da846b crypto: ghash-clmulni: specify context size for ghash async algorithm 10 years ago
glue_helper-asm-avx.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx 12 years ago
glue_helper-asm-avx2.S cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 years ago
glue_helper.c 05713ba905 crypto: don't export static symbol 10 years ago
poly1305-avx2-x86_64.S b1ccc8f4b6 crypto: poly1305 - Add a four block AVX2 variant for x86_64 10 years ago
poly1305-sse2-x86_64.S da35b22df3 crypto: poly1305 - Add a two block SSE2 variant for x86_64 10 years ago
poly1305_glue.c b1ccc8f4b6 crypto: poly1305 - Add a four block AVX2 variant for x86_64 10 years ago
salsa20-i586-asm_32.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 years ago
salsa20-x86_64-asm_64.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 years ago
salsa20_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
serpent-avx-x86_64-asm_64.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx 12 years ago
serpent-avx2-asm_64.S 56d76c96a9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 years ago
serpent-sse2-i586-asm_32.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 years ago
serpent-sse2-x86_64-asm_64.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 years ago
serpent_avx2_glue.c b54b4bbbf5 x86/fpu, crypto: Fix AVX2 feature tests 10 years ago
serpent_avx_glue.c c1c23f7e5e x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks 10 years ago
serpent_sse2_glue.c 748be1f1bf crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers 10 years ago
sha1_avx2_x86_64_asm.S 37b2894717 crypto: x86/sha1 - reduce size of the AVX2 asm implementation 11 years ago
sha1_ssse3_asm.S ac9d55dd42 crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC 12 years ago
sha1_ssse3_glue.c d1e509660c x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks 10 years ago
sha256-avx-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer 10 years ago
sha256-avx2-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer 10 years ago
sha256-ssse3-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer 10 years ago
sha256_ssse3_glue.c 70d51eb65d x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks 10 years ago
sha512-avx-asm.S e68410ebf6 crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer 10 years ago
sha512-avx2-asm.S 00425bb181 crypto: x86/sha512_ssse3 - fixup for asm function prototype change 10 years ago
sha512-ssse3-asm.S e68410ebf6 crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer 10 years ago
sha512_ssse3_glue.c c93b8a3963 x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks 10 years ago
twofish-avx-x86_64-asm_64.S 18be45270a crypto: x86/twofish-avx - use optimized XTS code 12 years ago
twofish-i586-asm_32.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 years ago
twofish-x86_64-asm_64-3way.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 years ago
twofish-x86_64-asm_64.S a734b4a23e x86/asm: Replace "MOVQ $imm, %reg" with MOVL 10 years ago
twofish_avx_glue.c 4eecd2616d x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks 10 years ago
twofish_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago
twofish_glue_3way.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" 10 years ago