Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
410dd3cf4c9b36f27ed4542ee18b1af5e68645a4
/
arch
/
x86
/
crypto
3e7a716
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
cfe82d4
crypto: sha512_ssse3 - fix byte count to bit count conversion
by Jussi Kivilinna
· 11 years ago
5e50d43
crypto: des3_ede-x86_64 - fix parse warning
by Jussi Kivilinna
· 11 years ago
22cddcc
crypto: aes - AES CTR x86_64 "by8" AVX optimization
by chandramouli narayanan
· 11 years ago
6574e6c
crypto: des_3des - add x86-64 assembly implementation
by Jussi Kivilinna
· 11 years ago
473946e
crypto: crc32c-pclmul - Shrink K_table to 32-bit words
by George Spelvin
· 11 years ago
0ea4814
crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key
by Herbert Xu
· 11 years ago
8ceee72
crypto: ghash-clmulni-intel - use C implementation for setkey()
by Ard Biesheuvel
· 11 years ago
37b2894
crypto: x86/sha1 - reduce size of the AVX2 asm implementation
by Mathias Krause
· 11 years ago
6c8c17c
crypto: x86/sha1 - fix stack alignment of AVX2 variant
by Mathias Krause
· 11 years ago
6ca5afb
crypto: x86/sha1 - re-enable the AVX variant
by Mathias Krause
· 11 years ago
7c1da8d
crypto: sha - SHA1 transform x86_64 AVX2
by chandramouli narayanan
· 11 years ago
b3bd586
crypto: remove a duplicate checks in __cbc_decrypt()
by Dan Carpenter
· 11 years ago
79ba451
crypto: aesni - fix build on x86 (32bit)
by Tim Chen
· 11 years ago
8610d7b
crypto: aesni - fix build on x86 (32bit)
by Andy Shevchenko
· 11 years ago
d764593
crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode
by Tim Chen
· 11 years ago
fed2861
crypto: arch - use crypto_memneq instead of memcmp
by Daniel Borkmann
· 11 years ago
16c0c4e
crypto: sha256_ssse3 - also test for BMI2
by Oliver Neukum
· 11 years ago
801201a
crypto: move x86 to the generic version of ablk_helper
by Ard Biesheuvel
· 11 years ago
5849720
crypto: x86 - restore avx2_supported check
by Jussi Kivilinna
· 11 years ago
7d44490
crypto: sha256_ssse3 - use correct module alias for sha224
by Jussi Kivilinna
· 11 years ago
68411521
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
eeca9fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 11 years ago
2a128b4
crypto: camellia-x86-64 - replace commas by semicolons and adjust code alignment
by Julia Lawall
· 11 years ago
f22d081
crypto: make tables used from assembler __visible
by Andi Kleen
· 11 years ago
b48a97b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
e70308e
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
b2c3110
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
92616ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
02c0241
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto
by Herbert Xu
· 12 years ago
99f42f9
Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"
by Jussi Kivilinna
· 12 years ago
3d387ef
Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
by Jussi Kivilinna
· 12 years ago
acfffdb
crypto: camellia-aesni-avx2 - tune assembly code for more performance
by Jussi Kivilinna
· 12 years ago
fe6510b
crypto: aesni_intel - fix accessing of unaligned memory
by Jussi Kivilinna
· 12 years ago
484b002
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
2baad61
x86, crc32-pclmul: Fix build with older binutils
by Jan Beulich
· 12 years ago
a710f76
crypto: sha256_ssse3 - add sha224 support
by Jussi Kivilinna
· 12 years ago
340991e
crypto: sha512_ssse3 - add sha384 support
by Jussi Kivilinna
· 12 years ago
de614e5
crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations
by Jussi Kivilinna
· 12 years ago
0b95a7f8
crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform
by Tim Chen
· 12 years ago
31d9396
crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instruction
by Tim Chen
· 12 years ago
f3f935a
crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher
by Jussi Kivilinna
· 12 years ago
56d76c9
crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
by Jussi Kivilinna
· 12 years ago
cf1521a
crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher
by Jussi Kivilinna
· 12 years ago
6048801
crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
by Jussi Kivilinna
· 12 years ago
c456a9c
crypto: aesni_intel - add more optimized XTS mode for x86-64
by Jussi Kivilinna
· 12 years ago
b5c5b07
crypto: x86/camellia-aesni-avx - add more optimized XTS code
by Jussi Kivilinna
· 12 years ago
7017728
crypto: cast6-avx: use new optimized XTS code
by Jussi Kivilinna
· 12 years ago
18be452
crypto: x86/twofish-avx - use optimized XTS code
by Jussi Kivilinna
· 12 years ago
a05248e
crypto: x86 - add more optimized XTS-mode for serpent-avx
by Jussi Kivilinna
· 12 years ago
57ae1b0
crypto: crc32-pclmul - Use gas macro for pclmulqdq
by Sandy Wu
· 12 years ago
87de457
crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions.
by Tim Chen
· 12 years ago
5663535
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction.
by Tim Chen
· 12 years ago
e01d69c
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.
by Tim Chen
· 12 years ago
bf215ce
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions.
by Tim Chen
· 12 years ago
8275d1a
crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions.
by Tim Chen
· 12 years ago
d34a460
crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions
by Tim Chen
· 12 years ago
ec2b4c8
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.
by Tim Chen
· 12 years ago
46d208a
crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions.
by Tim Chen
· 12 years ago
873b9ca
crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructions
by Jussi Kivilinna
· 12 years ago
eca1726
crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC
by Jussi Kivilinna
· 12 years ago
918731f
crypto: crc32c - Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.
by Tim Chen
· 12 years ago
ca81a1a
crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option
by Herbert Xu
· 12 years ago
32dc43e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
7983627
crypto: crc32-pclmul - Kill warning on x86-32
by Herbert Xu
· 12 years ago
d3f5188
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
by Jussi Kivilinna
· 12 years ago
ac9d55d
crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC
by Jussi Kivilinna
· 12 years ago
2dcfd44
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
0444380
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
by Jussi Kivilinna
· 12 years ago
b05d3f3
crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions
by Jussi Kivilinna
· 12 years ago
698a5ab
crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
by Jussi Kivilinna
· 12 years ago
1985fec
crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions
by Jussi Kivilinna
· 12 years ago
e17e209
crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
5999068
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
5186e39
crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
by Jussi Kivilinna
· 12 years ago
8309b74
crypto: aesni-intel - add ENDPROC statements for assembler functions
by Jussi Kivilinna
· 12 years ago
3f29974
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
by Jussi Kivilinna
· 12 years ago
78c37d1
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation
by Alexander Boyko
· 12 years ago
0024dc5
crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead
by Jussi Kivilinna
· 12 years ago
1ed55ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
044ab52
crypto: cast5/cast6 - move lookup tables to shared module
by Jussi Kivilinna
· 12 years ago
d9b1d2e
crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher
by Jussi Kivilinna
· 12 years ago
cf582cce
crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
by Jussi Kivilinna
· 12 years ago
c12ab20
crypto: cast5/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
facd416
crypto: serpent/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
8435a3c
crypto: twofish/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
cba1cce
crypto: cast6/avx - avoid using temporary stack buffers
by Jussi Kivilinna
· 12 years ago
5899098
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
by Jussi Kivilinna
· 12 years ago
32bec97
crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc()
by Jussi Kivilinna
· 12 years ago
6a8ce1e
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
by Tim Chen
· 12 years ago
35b8092
crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.c
by Tim Chen
· 12 years ago
c9f97a2
crypto: x86/glue_helper - fix storing of new IV in CBC encryption
by Jussi Kivilinna
· 12 years ago
200429c
crypto: cast5/avx - fix storing of new IV in CBC encryption
by Jussi Kivilinna
· 12 years ago
1ffb72a
crypto: camellia-x86_64 - fix sparse warnings (constant is so big)
by Jussi Kivilinna
· 12 years ago
c09220e
crypto: cast6-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
ddaea78
crypto: cast5-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
f94a73f
crypto: twofish-avx - tune assembler code for more performance
by Jussi Kivilinna
· 12 years ago
023af60
crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines
by Jussi Kivilinna
· 12 years ago
4ea1277
crypto: cast6 - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
4d6d6a2
crypto: cast5 - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
Next »