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: simd - Add simd skcipher helper
Herbert Xu
2016-11-28
3
-0
/
+232
*
crypto: cryptd - Add support for skcipher
Herbert Xu
2016-11-28
1
-2
/
+282
*
crypto: api - Do not clear type bits in crypto_larval_lookup
Herbert Xu
2016-11-28
1
-1
/
+1
*
crypto: xts - Convert to skcipher
Herbert Xu
2016-11-28
1
-155
/
+392
*
crypto: lrw - Convert to skcipher
Herbert Xu
2016-11-28
1
-127
/
+380
*
crypto: skcipher - Add skcipher walk interface
Herbert Xu
2016-11-28
1
-0
/
+511
*
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
Jean Delvare
2016-11-28
1
-1
/
+1
*
crypto: drbg - advance output buffer pointer
Stephan Mueller
2016-11-21
1
-0
/
+1
*
crypto: gf128mul - Zero memory when freeing multiplication table
Alex Cope
2016-11-17
1
-2
/
+2
*
crypto: jitterentropy - drop duplicate header module.h
Geliang Tang
2016-11-17
1
-1
/
+0
*
crypto: gf128mul - remove dead gf128mul_64k_lle code
Alex Cope
2016-11-13
1
-55
/
+0
*
crypto: dh - Consistenly return negative error codes
Mat Martineau
2016-11-13
1
-1
/
+1
*
crypto: poly1305 - Use unaligned access where required
Jason A. Donenfeld
2016-11-13
1
-19
/
+15
*
crypto: cryptd - Remove unused but set variable 'tfm'
Tobias Klauser
2016-11-01
1
-2
/
+0
*
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
7
-7
/
+7
*
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-11-01
7
-21
/
+21
*
crypto: acomp - fix dependency in Makefile
Giovanni Cabiddu
2016-11-01
1
-2
/
+3
*
crypto: acomp - update testmgr with support for acomp
Giovanni Cabiddu
2016-10-25
1
-13
/
+145
*
crypto: acomp - add support for deflate via scomp
Giovanni Cabiddu
2016-10-25
2
-10
/
+102
*
crypto: acomp - add support for 842 via scomp
Giovanni Cabiddu
2016-10-25
2
-2
/
+80
*
crypto: acomp - add support for lz4hc via scomp
Giovanni Cabiddu
2016-10-25
2
-10
/
+83
*
crypto: acomp - add support for lz4 via scomp
Giovanni Cabiddu
2016-10-25
2
-10
/
+82
*
crypto: acomp - add support for lzo via scomp
Giovanni Cabiddu
2016-10-25
2
-15
/
+83
*
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
2016-10-25
3
-2
/
+410
*
crypto: acomp - add asynchronous compression api
Giovanni Cabiddu
2016-10-25
4
-0
/
+149
*
crypto: engine - Handle the kthread worker using the new API
Petr Mladek
2016-10-25
1
-15
/
+11
*
crypto: gcm - Fix error return code in crypto_gcm_create_common()
Wei Yongjun
2016-10-25
1
-1
/
+1
*
crypto: cmac - fix alignment of 'consts'
Eric Biggers
2016-10-21
1
-4
/
+9
*
crypto: cmac - return -EINVAL if block size is unsupported
Eric Biggers
2016-10-21
1
-0
/
+1
*
crypto: api - Remove no-op exit_ops code
Eric Biggers
2016-10-21
4
-29
/
+2
*
crypto: api - Fix Kconfig dependencies for FIPS
Alec Ari
2016-10-21
1
-1
/
+1
*
kthread: kthread worker API cleanup
Petr Mladek
2016-10-12
1
-10
/
+10
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-10-10
12
-119
/
+274
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2016-10-10
5
-124
/
+60
|
|
\
|
|
*
crypto: ghash-generic - move common definitions to a new header file
Marcelo Cerri
2016-10-02
1
-12
/
+1
|
*
|
crypto: testmgr - add guard to dst buffer for ahash_export
Jan Stancek
2016-10-02
1
-1
/
+4
|
*
|
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej Mosnáček
2016-10-02
1
-1
/
+1
|
*
|
crypto: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-13
2
-10
/
+2
|
*
|
crypto: algif_hash - Handle NULL hashes correctly
Herbert Xu
2016-09-07
1
-12
/
+61
|
*
|
crypto: engine - permit to enqueue ashash_request
Corentin LABBE
2016-09-07
1
-38
/
+148
|
*
|
crypto: engine - move crypto engine to its own header
Corentin LABBE
2016-09-07
1
-0
/
+1
|
*
|
crypto: FIPS - allow tests to be disabled in FIPS mode
Stephan Mueller
2016-08-31
2
-0
/
+13
|
*
|
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
Herbert Xu
2016-08-31
1
-4
/
+5
|
*
|
crypto: rsa - allow keys >= 2048 bits in FIPS mode
Stephan Mueller
2016-08-24
1
-2
/
+2
|
*
|
crypto: drbg - fix error return code
Wei Yongjun
2016-08-24
1
-5
/
+11
|
*
|
crypto: xor - skip speed test if the xor function is selected automatically
Martin Schwidefsky
2016-08-24
1
-21
/
+19
|
*
|
crypto: drbg - do not call drbg_instantiate in healt test
Stephan Mueller
2016-08-16
1
-11
/
+4
|
*
|
crypto: xts - fix a little typo
Corentin LABBE
2016-08-16
1
-1
/
+1
|
*
|
crypto: testmgr - fix !x==y confusion
Yanjiang Jin
2016-08-09
1
-5
/
+5
*
|
|
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2016-10-07
1
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]