You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/x86/crypto
Linus Torvalds 484b002e28 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 12 years ago
..
Makefile crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 years ago
ablk_helper.c crypto: aes_ni - change to use shared ablk_* functions 13 years ago
aes-i586-asm_32.S crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 years ago
aes-x86_64-asm_64.S crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 years ago
aes_glue.c crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 years ago
aesni-intel_asm.S crypto: aesni_intel - add more optimized XTS mode for x86-64 12 years ago
aesni-intel_glue.c crypto: aesni_intel - add more optimized XTS mode for x86-64 12 years ago
blowfish-avx2-asm_64.S crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 years ago
blowfish-x86_64-asm_64.S crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
blowfish_avx2_glue.c crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 years ago
blowfish_glue.c crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 years ago
camellia-aesni-avx-asm_64.S crypto: x86/camellia-aesni-avx - add more optimized XTS code 12 years ago
camellia-aesni-avx2-asm_64.S crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 years ago
camellia-x86_64-asm_64.S crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
camellia_aesni_avx2_glue.c crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 years ago
camellia_aesni_avx_glue.c crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 years ago
camellia_glue.c crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file 12 years ago
cast5-avx-x86_64-asm_64.S crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 years ago
cast5_avx_glue.c crypto: cast5/avx - avoid using temporary stack buffers 13 years ago
cast6-avx-x86_64-asm_64.S crypto: cast6-avx: use new optimized XTS code 12 years ago
cast6_avx_glue.c crypto: cast6-avx: use new optimized XTS code 12 years ago
crc32-pclmul_asm.S x86, crc32-pclmul: Fix build with older binutils 12 years ago
crc32-pclmul_glue.c crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation 12 years ago
crc32c-intel_glue.c crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction 13 years ago
crc32c-pcl-intel-asm_64.S crypto: crc32-pclmul - Use gas macro for pclmulqdq 12 years ago
fpu.c crypto: aesni-intel - Merge with fpu.ko 14 years ago
ghash-clmulni-intel_asm.S crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions 12 years ago
ghash-clmulni-intel_glue.c crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 years ago
glue_helper-asm-avx.S crypto: x86 - add more optimized XTS-mode for serpent-avx 12 years ago
glue_helper-asm-avx2.S crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 years ago
glue_helper.c crypto: x86 - add more optimized XTS-mode for serpent-avx 12 years ago
salsa20-i586-asm_32.S 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 crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 years ago
salsa20_glue.c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 years ago
serpent-avx-x86_64-asm_64.S crypto: x86 - add more optimized XTS-mode for serpent-avx 12 years ago
serpent-avx2-asm_64.S crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 years ago
serpent-sse2-i586-asm_32.S crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 years ago
serpent-sse2-x86_64-asm_64.S crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 years ago
serpent_avx2_glue.c crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 years ago
serpent_avx_glue.c crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 years ago
serpent_sse2_glue.c crypto: x86/glue_helper - use le128 instead of u128 for CTR mode 13 years ago
sha1_ssse3_asm.S crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC 12 years ago
sha1_ssse3_glue.c crypto: sha1 - use Kbuild supplied flags for AVX test 13 years ago
sha256-avx-asm.S crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations 12 years ago
sha256-avx2-asm.S crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions 12 years ago
sha256-ssse3-asm.S crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations 12 years ago
sha256_ssse3_glue.c crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. 12 years ago
sha512-avx-asm.S crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. 12 years ago
sha512-avx2-asm.S crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. 12 years ago
sha512-ssse3-asm.S crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions. 12 years ago
sha512_ssse3_glue.c crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. 12 years ago
twofish-avx-x86_64-asm_64.S crypto: x86/twofish-avx - use optimized XTS code 12 years ago
twofish-avx2-asm_64.S crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 years ago
twofish-i586-asm_32.S crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 years ago
twofish-x86_64-asm_64-3way.S crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 years ago
twofish-x86_64-asm_64.S crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 years ago
twofish_avx2_glue.c crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 years ago
twofish_avx_glue.c crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 years ago
twofish_glue.c crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 years ago
twofish_glue_3way.c crypto: x86/glue_helper - use le128 instead of u128 for CTR mode 13 years ago