index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
locking-selftest-wsem.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
crypto: chacha20-generic - add XChaCha20 support
Eric Biggers
5
-42
/
+689
2018-11-20
crypto: chacha20-generic - don't unnecessarily use atomic walk
Eric Biggers
1
-1
/
+1
2018-11-20
crypto: chacha20-generic - add HChaCha20 library function
Eric Biggers
2
-6
/
+46
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
9
-17
/
+13
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
Eric Biggers
14
-22
/
+19
2018-11-20
crypto: remove useless initializations of cra_list
Eric Biggers
11
-25
/
+0
2018-11-20
crypto: inside-secure - remove useless setting of type flags
Eric Biggers
1
-4
/
+4
2018-11-16
crypto: ecc - regularize scalar for scalar multiplication
Vitaly Chikunov
1
-4
/
+12
2018-11-16
crypto: x86/chacha20 - Add a 4-block AVX2 variant
Martin Willi
2
-0
/
+317
2018-11-16
crypto: x86/chacha20 - Add a 2-block AVX2 variant
Martin Willi
2
-0
/
+204
2018-11-16
crypto: x86/chacha20 - Use larger block functions more aggressively
Martin Willi
1
-15
/
+24
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant
Martin Willi
2
-61
/
+133
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant
Martin Willi
2
-40
/
+128
2018-11-16
crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant
Martin Willi
2
-22
/
+63
2018-11-16
hwrng: bcm2835 - Switch to SPDX identifier
Stefan Wahren
1
-5
/
+2
2018-11-16
padata: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-11-16
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
4
-6
/
+154
2018-11-16
crypto: caam/jr - add support for Chacha20 + Poly1305
Horia Geantă
6
-5
/
+354
2018-11-16
crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE
Cristian Stoica
2
-2
/
+1
2018-11-16
crypto: caam/qi2 - add support for ChaCha20
Horia Geantă
4
-4
/
+36
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
8
-49
/
+184
2018-11-16
crypto: mxs-dcp - Add support for dcp clk
Leonard Crestez
1
-3
/
+25
2018-11-16
dt-bindings: crypto: Mention clocks for mxs-dcp
Leonard Crestez
1
-0
/
+2
2018-11-16
crypto: streebog - add Streebog test vectors
Vitaly Chikunov
3
-1
/
+179
2018-11-16
crypto: streebog - register Streebog in hash info for IMA
Vitaly Chikunov
3
-0
/
+7
2018-11-16
crypto: streebog - add Streebog hash function
Vitaly Chikunov
4
-0
/
+1187
2018-11-16
crypto: aes-ce - Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2018-11-16
crypto: bcm - fix normal/non key hash algorithm failure
Raveendra Padasalagi
1
-1
/
+5
2018-11-16
crypto: cts - document NIST standard status
Gilad Ben-Yossef
1
-2
/
+5
2018-11-16
crypto: ecc - check for invalid values in the key verification test
Vitaly Chikunov
1
-16
/
+26
2018-11-09
crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed
Gilad Ben-Yossef
1
-0
/
+1
2018-11-09
crypto: user - clean up report structure copying
Eric Biggers
13
-199
/
+96
2018-11-09
crypto: user - remove redundant reporting functions
Eric Biggers
1
-59
/
+0
2018-11-09
crypto: chelsio - clean up various indentation issues
Colin Ian King
1
-8
/
+8
2018-11-09
pcrypt: use format specifier in kobject_add
Colin Ian King
1
-1
/
+1
2018-11-09
crypto: testmgr - add AES-CFB tests
Dmitry Eremin-Solenikov
3
-0
/
+88
2018-11-09
crypto: cfb - fix decryption
Dmitry Eremin-Solenikov
1
-1
/
+1
2018-11-09
crypto: cavium/nitrox - fix a DMA pool free failure
Wenwen Wang
3
-10
/
+31
2018-11-09
crypto: ccree - add SM3 support
Yael Chemla
4
-24
/
+113
2018-11-09
crypto: ccree - modify set_cipher_mode usage from cc_hash
Yael Chemla
2
-9
/
+23
2018-11-09
crypto: ccree - adjust hash length to suit certain context specifics
Yael Chemla
4
-24
/
+47
2018-11-09
crypto: ccree - add SM4 support
Gilad Ben-Yossef
3
-0
/
+70
2018-11-09
dt-bindings: crypto: ccree: add ccree 713
Gilad Ben-Yossef
1
-2
/
+5
2018-11-09
crypto: ccree - add support for CryptoCell 713
Gilad Ben-Yossef
3
-11
/
+19
2018-11-09
crypto: arm/aes - add some hardening against cache-timing attacks
Eric Biggers
3
-14
/
+66
2018-11-09
crypto: aes_ti - disable interrupts while accessing S-box
Eric Biggers
2
-1
/
+20
2018-11-09
crypto: user - Zeroize whole structure given to user space
Corentin Labbe
1
-0
/
+21
2018-11-09
crypto: user - fix leaking uninitialized memory to userspace
Eric Biggers
1
-9
/
+9
2018-11-09
crypto: simd - correctly take reqsize of wrapped skcipher into account
Ard Biesheuvel
1
-2
/
+3
2018-11-09
crypto: hisilicon - Fix reference after free of memories on error path
John Garry
1
-10
/
+11
[next]