Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b1eea297d6b522b801c95b60b1e64fb61228c6c7
/
arch
/
x86
/
crypto
7ba8bab
crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs
by Jussi Kivilinna
· 13 years ago
88715b9
crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefs
by Jussi Kivilinna
· 13 years ago
d356433
crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes
by Jussi Kivilinna
· 13 years ago
5962f8b
crypto: serpent-sse2 - add xts support
by Jussi Kivilinna
· 13 years ago
1848205
crypto: serpent-sse2 - add lrw support
by Jussi Kivilinna
· 13 years ago
251496d
crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
937c30d
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
bae6d30
crypto: twofish-x86_64-3way - add xts support
by Jussi Kivilinna
· 13 years ago
81559f9
crypto: twofish-x86_64-3way - add lrw support
by Jussi Kivilinna
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
7c52d55
x86: fix up files really needing to include module.h
by Paul Gortmaker
· 13 years ago
906b2c9
crypto: twofish-x86_64-3way - fix ctr blocksize to 1
by Jussi Kivilinna
· 13 years ago
a516eba
crypto: blowfish-x86_64 - fix ctr blocksize to 1
by Jussi Kivilinna
· 13 years ago
8280daa
crypto: twofish - add 3-way parallel x86_64 assembler implemention
by Jussi Kivilinna
· 13 years ago
91d41f1
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfm
by Jussi Kivilinna
· 13 years ago
a071d06
crypto: blowfish-x86_64 - add credits
by Jussi Kivilinna
· 13 years ago
e827bb0
crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance
by Jussi Kivilinna
· 13 years ago
4a4cc2b
crypto: aes-x86 - quiet sparse noise about symbol not declared
by H Hartley Sweeten
· 13 years ago
64b94ce
crypto: blowfish - add x86_64 assembly implementation
by Jussi Kivilinna
· 13 years ago
66be895
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
by Mathias Krause
· 13 years ago
c3e73e7
crypto: ghash-intel - Fix set but not used in ghash_async_setkey()
by Gustavo F. Padovan
· 13 years ago
9bed4ac
crypto: aesni-intel - fix aesni build on i386
by Randy Dunlap
· 13 years ago
b23b645
crypto: aesni-intel - Merge with fpu.ko
by Andy Lutomirski
· 13 years ago
60af520
crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytes
by Tadeusz Struk
· 14 years ago
f2e1fbb
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
0d2eb44
x86: Fix common misspellings
by Lucas De Marchi
· 14 years ago
fc9044e2
crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key
by Jesper Juhl
· 14 years ago
7efd95f6
crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey
by Jesper Juhl
· 14 years ago
27d189c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
52f6c5a
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
by Randy Dunlap
· 14 years ago
3c097b8
crypto: aesni-intel - Fixed build with binutils 2.16
by Tadeusz Struk
· 14 years ago
559ad0f
crypto: aesni-intel - Fixed build error on x86-32
by Mathias Krause
· 14 years ago
0d258ef
crypto: aesni-intel - Ported implementation to x86-32
by Mathias Krause
· 14 years ago
0bd82f5
crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions
by Tadeusz Struk
· 14 years ago
df2071b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
32cbd7d
crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1
by Huang Ying
· 15 years ago
12387a4
crypto: aesni-intel - Add AES-NI accelerated CTR mode
by Huang Ying
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
8386324
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Herbert Xu
· 15 years ago
68ee871
crypto: ghash-clmulni-intel - Put proper .data section in place
by Jiri Kosina
· 15 years ago
564ec0e
crypto: ghash-clmulni-intel - Use gas macro for PCLMULQDQ-NI and PSHUFB
by Huang Ying
· 15 years ago
b369e52
crypto: aesni-intel - Use gas macro for AES-NI instructions
by Huang Ying
· 15 years ago
01dd958
crypto: ghash-intel - Fix irq_fpu_usable usage
by Huang Ying
· 15 years ago
3b0d659
crypto: ghash-intel - Add PSHUFB macros
by Herbert Xu
· 15 years ago
2d06ef7
crypto: ghash-intel - Hard-code pshufb
by Herbert Xu
· 15 years ago
13b79b97
crypto: aesni-intel - Fix irq_fpu_usable usage
by Huang Ying
· 15 years ago
0e1227d
crypto: ghash - Add PCLMULQDQ accelerated implementation
by Huang Ying
· 15 years ago
c7208de
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ae4b688
x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h
by Huang Ying
· 15 years ago
c994488
crypto: aes-ni - Don't print message with KERN_ERR on old system
by Roland Dreier
· 15 years ago
b6f34d4
crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu template
by Huang Ying
· 15 years ago
9251b64
crypto: aes-ni - Do not sleep when using the FPU
by Huang Ying
· 15 years ago
e6efaa0
crypto: aes-ni - Fix cbc mode IV saving
by Huang Ying
· 15 years ago
2cf4ac8
crypto: aes-ni - Add support for more modes
by Huang Ying
· 16 years ago
150c7e8
crypto: fpu - Add template for blkcipher touching FPU
by Huang Ying
· 16 years ago
54b6a1b
crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform
by Huang Ying
· 16 years ago
07bf44f
crypto: aes - Export x86 AES encrypt/decrypt functions
by Huang Ying
· 16 years ago
109568e
crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field
by Huang Ying
· 16 years ago
b7e8bda
crypto: crc32c-intel - Switch to shash
by Herbert Xu
· 16 years ago
1c06da8
crypto: crc32c-intel - Update copyright head
by Kent Liu
· 16 years ago
8cb51ba
crypto: crc32c - Use Intel CRC32 instruction
by Austin Zhang
· 16 years ago
744b5a2
[CRYPTO] aes-x86-32: Remove unused return code
by Sebastian Siewior
· 17 years ago
15e7b44
[CRYPTO] twofish: Merge common glue code
by Sebastian Siewior
· 17 years ago
9a7dafb
[CRYPTO] salsa20: Add x86-64 assembly version
by Tan Swee Heng
· 17 years ago
974e4b7
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
by Tan Swee Heng
· 17 years ago
06e1a8f
[CRYPTO] aes-asm: Merge common glue code
by Sebastian Siewior
· 17 years ago
5157dea
[CRYPTO] aes-i586: Remove setkey
by Sebastian Siewior
· 17 years ago
81190b3
[CRYPTO] aes-x86-64: Remove setkey
by Sebastian Siewior
· 17 years ago
89e1265
[CRYPTO] aes: Move common defines into a header file
by Sebastian Siewior
· 17 years ago
9b58aeb
x86: merge arch/x86/crypto Makefiles
by Thomas Gleixner
· 17 years ago
987c75d7
x86_64: move crypto
by Thomas Gleixner
· 17 years ago
9c20194
i386: move crypto
by Thomas Gleixner
· 17 years ago