aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9.149 (ed0b11d) into msm-4.9jianzhou2019-02-124-28/+154
|\
| * BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-12-131-0/+74
| * FROMGIT: crypto: poly1305 - add Poly1305 core APIEric Biggers2018-12-131-0/+16
| * FROMGIT: crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-12-131-2/+10
| * BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers2018-12-131-0/+7
| * BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers2018-12-132-39/+47
| * BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-12-131-1/+12
| * FROMGIT: crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-12-131-0/+2
| * BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-12-131-2/+1
| * BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2018-12-131-1/+2
* | Merge android-4.9.135 (03fcc2f) into msm-4.9Minming Qi2018-12-211-62/+0
|\|
| * Revert "FROMGIT: crypto: speck - export common helpers"Alistair Strachan2018-10-221-62/+0
* | Merge android-4.9.121 (681e57b) into msm-4.9Minming Qi2018-10-311-63/+0
|\|
| * Merge 4.9.121 into android-4.9Greg Kroah-Hartman2018-08-171-63/+0
| |\
| | * crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-63/+0
* | | security: pfe: make inline crypto engine scm call based on versionNeeraj Soni2018-09-061-0/+7
* | | security: pfe: Set DUN size accroding to file system and storage typeNeeraj Soni2018-09-031-0/+12
* | | Merge "crypto:msm: fix compilation issue for crypto APIs"Linux Build Service Account2018-05-081-2/+8
|\ \ \
| * | | crypto:msm: fix compilation issue for crypto APIsNeeraj Soni2018-05-081-2/+8
* | | | Merge "crypto: Remove crypto block device from encryption path"Linux Build Service Account2018-04-191-1/+3
|\| | |
| * | | crypto: Remove crypto block device from encryption pathNeeraj Soni2018-04-171-1/+3
* | | | Merge android-4.9.84 (a9d0273) into msm-4.9Blagovest Kolenichev2018-03-192-10/+86
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 4.9.84 into android-4.9Greg Kroah-Hartman2018-02-261-10/+24
| |\ \ \ | | | |/ | | |/|
| | * | crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-02-251-10/+24
| * | | FROMGIT: crypto: speck - export common helpersEric Biggers2018-02-221-0/+62
| |/ /
* | / Merge android-4.9-o.82 (2d34d45) into msm-4.9Blagovest Kolenichev2018-02-272-2/+2
|\| | | |/ |/|
| * crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-171-2/+0
| * crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-171-0/+2
* | Merge remote-tracking branch '4.9/tmp-7d01cc5' into 4.9Kyle Yan2018-01-021-0/+1
|\|
| * crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-291-0/+1
* | Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9Kyle Yan2018-01-021-0/+8
|\|
| * crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-201-0/+8
* | Merge remote-tracking branch '4.9/tmp-a2659b2' into 4.9Kyle Yan2017-04-211-0/+10
|\|
| * crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-211-0/+10
* | qseecom: Add qseecom driver snapshotAnilKumar Chimata2017-04-111-0/+79
|/
* crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-0/+23
|\
| * crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-0/+23
* | crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-16/+33
* | crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-072-70/+90
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-271-0/+1
|\
| * random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-0/+1
* | crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu2016-07-191-0/+1
* | crypto: scatterwalk - Inline start/map/doneHerbert Xu2016-07-181-6/+40
* | crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu2016-07-181-0/+2
* | crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu2016-07-181-2/+0
* | crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-182-127/+12
* | crypto: null - Remove default null blkcipherHerbert Xu2016-07-181-3/+11
* | crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu2016-07-181-1/+0
* | crypto: aead - Add skcipher null for IV generatorsHerbert Xu2016-07-181-0/+1