index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
2018-03-02
1
-1
/
+1
*
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
2018-03-02
1
-1
/
+1
*
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-5
/
+4
*
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-4
/
+3
*
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
2018-03-02
1
-4
/
+2
*
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/twofish-3way - convert to skcipher interface
Eric Biggers
2018-03-02
1
-1
/
+1
*
crypto: x86/twofish-3way - remove XTS algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/twofish-3way - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
Eric Biggers
2018-03-02
1
-9
/
+2
*
crypto: x86/serpent-avx - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/serpent-avx2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-1
/
+0
*
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
2018-03-02
1
-6
/
+4
*
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
2018-03-02
1
-2
/
+0
*
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
2018-03-02
1
-2
/
+0
*
crypto: simd - allow registering multiple algorithms at once
Eric Biggers
2018-03-02
1
-0
/
+50
*
crypto: speck - add test vectors for Speck64-XTS
Eric Biggers
2018-02-22
2
-0
/
+680
*
crypto: speck - add test vectors for Speck128-XTS
Eric Biggers
2018-02-22
2
-0
/
+696
*
crypto: speck - export common helpers
Eric Biggers
2018-02-22
1
-41
/
+49
*
crypto: speck - add support for the Speck block cipher
Eric Biggers
2018-02-22
5
-0
/
+460
*
crypto: testmgr - Fix incorrect values in PKCS#1 test vector
Conor McLoughlin
2018-02-22
1
-3
/
+3
*
crypto: engine - Permit to enqueue all async requests
Corentin LABBE
2018-02-15
1
-137
/
+164
*
crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_report
Jia-Ju Bai
2018-02-15
1
-1
/
+1
*
crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...
Jia-Ju Bai
2018-02-15
1
-1
/
+1
*
crypto: mcryptd - remove pointless wrapper functions
Eric Biggers
2018-02-15
1
-30
/
+4
*
crypto: hash - Require export/import in ahash
Kamil Konieczny
2018-02-15
1
-16
/
+2
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-02-12
1
-100
/
+118
|
\
|
*
crypto: sha3-generic - Use __optimize to support old compilers
Geert Uytterhoeven
2018-02-08
1
-1
/
+1
|
*
crypto: sha3-generic - deal with oversize stack frames
Ard Biesheuvel
2018-02-08
1
-100
/
+118
*
|
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-8
/
+8
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-01-31
44
-653
/
+2032
|
\
|
|
*
crypto: testmgr - add new testcases for sha3
Ard Biesheuvel
2018-01-25
1
-0
/
+550
|
*
crypto: sha3-generic - export init/update/final routines
Ard Biesheuvel
2018-01-25
1
-15
/
+18
|
*
crypto: sha3-generic - simplify code
Ard Biesheuvel
2018-01-25
1
-125
/
+59
|
*
crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize
Ard Biesheuvel
2018-01-25
1
-38
/
+96
|
*
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
2018-01-25
1
-2
/
+3
|
*
crypto: testmgr - test misuse of result in ahash
Kamil Konieczny
2018-01-25
1
-0
/
+39
|
*
crypto: aes-generic - fix aes-generic regression on powerpc
Arnd Bergmann
2018-01-20
1
-1
/
+1
|
*
crypto: x86/salsa20 - cleanup and convert to skcipher API
Eric Biggers
2018-01-12
1
-0
/
+2
|
*
crypto: salsa20 - export generic helpers
Eric Biggers
2018-01-12
1
-13
/
+7
|
*
crypto: salsa20-generic - cleanup and convert to skcipher API
Eric Biggers
2018-01-12
1
-136
/
+104
|
*
crypto: aes-generic - build with -Os on gcc-7+
Arnd Bergmann
2018-01-12
1
-0
/
+1
|
*
crypto: aead - prevent using AEADs without setting key
Eric Biggers
2018-01-12
2
-10
/
+14
|
*
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
2018-01-12
2
-50
/
+39
|
*
crypto: ghash - remove checks for key being set
Eric Biggers
2018-01-12
1
-6
/
+0
|
*
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
2018-01-12
3
-50
/
+49
|
*
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2018-01-12
4
-8
/
+8
[next]