Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6d4b198b0b23ca2a75785173a9b27afd1eee7040
/
arch
/
x86
/
crypto
221e00d
crypto: x86 - Add missing RETs
by Borislav Petkov
· 7 years ago
b7b73cd
crypto: x86/salsa20 - remove x86 salsa20 implementations
by Eric Biggers
· 7 years ago
2808f17
crypto: morus - Mark MORUS SIMD glue as x86-specific
by Ondrej Mosnacek
· 7 years ago
dd09f58
crypto: x86/aegis256 - Fix wrong key buffer size
by Ondrej Mosnacek
· 7 years ago
6ecc9d9
crypto: x86 - Add optimized MORUS implementations
by Ondrej Mosnacek
· 7 years ago
1d373d4
crypto: x86 - Add optimized AEGIS implementations
by Ondrej Mosnacek
· 7 years ago
158b52f
crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"
by Colin Ian King
· 7 years ago
9cc16b4
crypto: x86/des3_ede - des3_ede_skciphers[] can be static
by Wu Fengguang
· 7 years ago
75d8a55
crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()
by Eric Biggers
· 7 years ago
0d87d0f
crypto: x86/glue_helper - remove blkcipher_walk functions
by Eric Biggers
· 7 years ago
217afcc
crypto: lrw - remove lrw_crypt()
by Eric Biggers
· 7 years ago
44893bc
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
1af6d03
crypto: x86/camellia - convert to skcipher interface
by Eric Biggers
· 7 years ago
451cc49
crypto: x86/camellia - remove XTS algorithm
by Eric Biggers
· 7 years ago
6043d34
crypto: x86/camellia - remove LRW algorithm
by Eric Biggers
· 7 years ago
44c9b75
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
6fcb81b
crypto: x86/camellia-aesni-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
09c0f03
crypto: x86/des3_ede - convert to skcipher interface
by Eric Biggers
· 7 years ago
c167917
crypto: x86/blowfish: convert to skcipher interface
by Eric Biggers
· 7 years ago
4bd9692
crypto: x86/cast6-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
f51a1fa
crypto: x86/cast6-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
1e63183
crypto: x86/cast5-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
8f461b1
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
by Eric Biggers
· 7 years ago
0e6ab46
crypto: x86/twofish-avx - convert to skcipher interface
by Eric Biggers
· 7 years ago
876e9f0
crypto: x86/twofish-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
37992fa
crypto: x86/twofish-3way - convert to skcipher interface
by Eric Biggers
· 7 years ago
ebeea98
crypto: x86/twofish-3way - remove XTS algorithm
by Eric Biggers
· 7 years ago
68bfc49
crypto: x86/twofish-3way - remove LRW algorithm
by Eric Biggers
· 7 years ago
e16bf97
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
340b830
crypto: x86/serpent-avx - remove LRW algorithm
by Eric Biggers
· 7 years ago
e5f382e
crypto: x86/serpent-avx2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
e0f409d
crypto: x86/serpent-sse2 - convert to skcipher interface
by Eric Biggers
· 7 years ago
8bab4e3
crypto: x86/serpent-sse2 - remove XTS algorithm
by Eric Biggers
· 7 years ago
2a05cfc
crypto: x86/serpent-sse2 - remove LRW algorithm
by Eric Biggers
· 7 years ago
f15f2a2
crypto: x86/glue_helper - add skcipher_walk functions
by Eric Biggers
· 7 years ago
e845520
crypto: aesni - Update aesni-intel_glue to use scatter/gather
by Dave Watson
· 7 years ago
fb8986e
crypto: aesni - Introduce scatter/gather asm function stubs
by Dave Watson
· 7 years ago
933d6ae
crypto: aesni - Add fast path for > 16 byte update
by Dave Watson
· 7 years ago
ae952c5
crypto: aesni - Introduce partial block macro
by Dave Watson
· 7 years ago
1476db2
crypto: aesni - Move HashKey computation from stack to gcm_context
by Dave Watson
· 7 years ago
e2e34b0
crypto: aesni - Move ghash_mul to GCM_COMPLETE
by Dave Watson
· 7 years ago
9660474
crypto: aesni - Fill in new context data structures
by Dave Watson
· 7 years ago
c594c54
crypto: aesni - Split AAD hash calculation to separate macro
by Dave Watson
· 7 years ago
9ee4a5d
crypto: aesni - Introduce gcm_context_data
by Dave Watson
· 7 years ago
ba45833
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
by Dave Watson
· 7 years ago
adcadab
crypto: aesni - Add GCM_COMPLETE macro
by Dave Watson
· 7 years ago
7af964c
crypto: aesni - Add GCM_INIT macro
by Dave Watson
· 7 years ago
6c2c86b
crypto: aesni - Macro-ify func save/restore
by Dave Watson
· 7 years ago
e1fd316
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
by Dave Watson
· 7 years ago
c7f582f
crypto: sha512-mb - remove HASH_FIRST flag
by Eric Biggers
· 7 years ago
ee689d1
crypto: sha256-mb - remove HASH_FIRST flag
by Eric Biggers
· 7 years ago
7a95cbd
crypto: sha1-mb - remove HASH_FIRST flag
by Eric Biggers
· 7 years ago
178e834
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
eff84b3
crypto: sha512-mb - initialize pending lengths correctly
by Eric Biggers
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
9c674e1e
crypto: aesni - handle zero length dst buffer
by Stephan Mueller
· 7 years ago
40548c6
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c9a3ff8
crypto: x86/salsa20 - cleanup and convert to skcipher API
by Eric Biggers
· 7 years ago
a208fa8
crypto: hash - annotate algorithms taking optional key
by Eric Biggers
· 7 years ago
a16e772e
crypto: poly1305 - remove ->setkey() method
by Eric Biggers
· 7 years ago
9697fa3
x86/retpoline/crypto: Convert crypto assembler indirect jumps
by David Woodhouse
· 7 years ago
b7dac37
crypto: x86/poly1305 - remove cra_alignmask
by Eric Biggers
· 7 years ago
1ecdd37
crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni
by Junaid Shahid
· 7 years ago
b20209c
crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni
by Junaid Shahid
· 7 years ago
d8c7fe9
crypto: x86/twofish-3way - Fix %rbp usage
by Eric Biggers
· 7 years ago
fc8517b
crypto: aesni - add wrapper for generic gcm(aes)
by Sabrina Dubroca
· 7 years ago
106840c
crypto: aesni - fix typo in generic_gcmaes_decrypt
by Sabrina Dubroca
· 7 years ago
796c99f
crypto: x86/chacha20 - Remove cra_alignmask
by Eric Biggers
· 7 years ago
ecaaab5
crypto: salsa20 - fix blkcipher_walk API usage
by Eric Biggers
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
af903dc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
d041b55
crypto: x86/sha1-mb - fix panic due to unaligned access
by Andrey Ryabinin
· 7 years ago
5dfeaac
crypto: x86/sha256-mb - fix panic due to unaligned access
by Andrey Ryabinin
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
4635742
crypto: x86/chacha20 - satisfy stack validation 2.0
by Jason A. Donenfeld
· 7 years ago
5e1a646
crypto: crc32-pclmul - remove useless relative addressing
by Mikulas Patocka
· 7 years ago
46d9374
crypto: aesni - Use GCM IV size constant
by Corentin LABBE
· 7 years ago
1c9fa29
crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static
by Colin Ian King
· 7 years ago
8f182f8
crypto: x86/twofish - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
ca04c82
crypto: sha512-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
539012d
crypto: x86/sha256-ssse3 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
d3dfbfe
crypto: x86/sha256-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
673ac6f
crypto: x86/sha256-avx - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
6488bce
crypto: x86/sha1-ssse3 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
d7b1722
crypto: x86/sha1-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
3ed7b4d
crypto: x86/des3_ede - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
c66cc3b
crypto: x86/cast6 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
4b15606
crypto: x86/cast5 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
b46c9d7
crypto: x86/camellia - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
569f11c
crypto: x86/blowfish - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
e90c48e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 7 years ago
8861249
crypto: x86/sha1 - Fix reads beyond the number of blocks passed
by megha.dey@linux.intel.com
· 7 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 8 years ago
dcf903d
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
8ad06e5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
b82ce24
crypto: sha1-ssse3 - Disable avx2
by Herbert Xu
· 8 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 8 years ago
8270f5d
crypto: glue_helper - Delete some dead code
by Dan Carpenter
· 8 years ago
9417cd1
crypto: x86/aes - Don't use %rbp as temporary register
by Eric Biggers
· 8 years ago
Next »