index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
crypto: ccm - Use skcipher
Herbert Xu
1
-35
/
+37
2016-07-18
crypto: ctr - Use skcipher in rfc3686
Herbert Xu
1
-89
/
+94
2016-07-18
crypto: authencesn - Use skcipher
Herbert Xu
1
-50
/
+54
2016-07-18
crypto: authenc - Use skcipher
Herbert Xu
1
-51
/
+56
2016-07-18
crypto: aead - Add chunk size
Herbert Xu
1
-1
/
+5
2016-07-18
crypto: null - Add new default null skcipher
Herbert Xu
1
-0
/
+38
2016-07-18
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
1
-7
/
+189
2016-07-18
KEYS: Fix for erroneous trust of incorrectly signed X.509 certs
Mat Martineau
1
-1
/
+1
2016-07-18
pefile: Fix the failure of calculation for digest
Lans Zhang
1
-1
/
+6
2016-07-18
PKCS#7: Fix panic when referring to the empty AKID when DEBUG defined
Lans Zhang
1
-1
/
+1
2016-07-05
crypto: testmgr - Add 4K private key to RSA testvector
Salvatore Benedetto
1
-1
/
+199
2016-07-05
crypto: rsa - Store rest of the private key components
Salvatore Benedetto
2
-5
/
+80
2016-07-05
crypto: testmgr - Set err before proceeding
Salvatore Benedetto
1
-0
/
+1
2016-07-05
crypto: powerpc - Add POWER8 optimised crc32c
Anton Blanchard
1
-0
/
+11
2016-07-03
crypto: rsa-pkcs1pad - Fix regression from leading zeros
Herbert Xu
1
-16
/
+22
2016-07-03
random: replace non-blocking pool with a Chacha20-based CRNG
Theodore Ts'o
1
-61
/
+0
2016-07-01
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
raveendra padasalagi
3
-0
/
+444
2016-07-01
crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test
Herbert Xu
1
-1
/
+3
2016-07-01
crypto: rsa-pkcs1pad - Avoid copying output when possible
Herbert Xu
1
-67
/
+45
2016-07-01
crypto: rsa-pkcs1pad - Move key size check to setkey
Herbert Xu
1
-30
/
+26
2016-07-01
crypto: rsa-pkcs1pad - Always use GFP_KERNEL
Herbert Xu
1
-16
/
+6
2016-07-01
crypto: rsa-pkcs1pad - Remove bogus page splitting
Herbert Xu
1
-14
/
+5
2016-07-01
crypto: rsa-pkcs1pad - Require hash to be present
Herbert Xu
1
-53
/
+30
2016-07-01
crypto: rsa - Generate fixed-length output
Herbert Xu
2
-5
/
+5
2016-07-01
crypto: testmgr - Allow leading zeros in RSA
Herbert Xu
1
-27
/
+24
2016-07-01
crypto: tcrypt - Add speed test for cts
Herbert Xu
1
-0
/
+8
2016-07-01
crypto: api - Add crypto_inst_setname
Herbert Xu
1
-7
/
+17
2016-07-01
crypto: tcrypt - Use skcipher
Herbert Xu
1
-197
/
+44
2016-07-01
crypto: ahash - Add padding in crypto_ahash_extsize
Herbert Xu
1
-3
/
+3
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2
-4
/
+8
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
1
-6
/
+1
2016-06-29
crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
Herbert Xu
1
-58
/
+71
2016-06-28
crypto: tcrypt - Use unsigned long for mb ahash cycle counter
Herbert Xu
1
-5
/
+5
2016-06-28
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
Krzysztof Kozlowski
1
-19
/
+14
2016-06-28
crypto: tcrypt - Add new mode for sha512_mb
Megha Dey
1
-0
/
+4
2016-06-28
crypto: sha512-mb - Enable SHA512 multibuffer support
Megha Dey
1
-0
/
+16
2016-06-27
crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
Megha Dey
1
-0
/
+118
2016-06-27
crypto: sha256-mb - Enable multibuffer support
Megha Dey
1
-0
/
+16
2016-06-24
crypto: ecdh - make ecdh_shared_secret unique
Stephen Rothwell
3
-5
/
+5
2016-06-24
crypto: jitterentropy - use ktime_get_ns as fallback
Stephan Mueller
1
-9
/
+13
2016-06-23
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
9
-0
/
+1507
2016-06-23
crypto: dh - Add DH software implementation
Salvatore Benedetto
6
-0
/
+670
2016-06-23
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
4
-0
/
+154
2016-06-23
crypto: sha1-mb - async implementation for sha1-mb
Megha Dey
1
-76
/
+56
2016-06-23
crypto: ablk_helper - Fix cryptd reordering
Herbert Xu
1
-2
/
+4
2016-06-23
crypto: cryptd - Add helpers to check whether a tfm is queued
Herbert Xu
1
-19
/
+113
2016-06-23
Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"
Herbert Xu
1
-6
/
+4
2016-06-23
crypto: user - re-add size check for CRYPTO_MSG_GETALG
Mathias Krause
1
-0
/
+1
2016-06-20
crypto: drbg - fix an error code in drbg_init_sym_kernel()
Dan Carpenter
1
-1
/
+1
2016-06-20
crypto: sha3 - Add SHA-3 Test's in tcrypt
raveendra padasalagi
3
-1
/
+217
[prev]
[next]