summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-2/+13
|\
| * KEYS: Keyring asymmetric key restrict method with chainingMat Martineau2017-04-041-0/+5
| * KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau2017-04-041-0/+5
| * KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-2/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-025-21/+80
|\ \
| * | crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-241-0/+3
| * | crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2017-04-211-0/+3
| * | crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2017-04-052-5/+5
| * | crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-051-2/+53
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-241-1/+1
| |\ \ | | |/
| * | crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-3/+3
| * | crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2017-03-091-3/+3
| * | crypto: gf128mul - fix some commentsEric Biggers2017-03-091-12/+14
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-04-181-0/+10
|\ \ \ | |_|/ |/| |
| * | crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-101-0/+10
| |/
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
|/
* crypto: api - Add crypto_requires_off helperHerbert Xu2017-02-271-1/+6
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-2/+18
* crypto: doc - Fix hash export state informationRabin Vincent2017-02-031-6/+12
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-302-1/+35
* crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-271-3/+3
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-176-37/+150
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-131-24/+12
| * crypto: doc - add KPP documentationStephan Mueller2016-12-133-3/+128
| * crypto: doc - fix source comments for SphinxStephan Mueller2016-12-133-10/+10
* | crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-301-0/+2
|\ \
| * | crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-301-0/+2
| |/
* | crypto: cbc - Export CBC implementationHerbert Xu2016-11-281-0/+146
* | crypto: simd - Add simd skcipher helperHerbert Xu2016-11-281-0/+17
* | crypto: cryptd - Add support for skcipherHerbert Xu2016-11-281-1/+12
* | crypto: xts - Convert to skcipherHerbert Xu2016-11-281-2/+24
* | crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+47
* | crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-171-1/+1
* | crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-131-7/+6
* | crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-011-6/+0
* | crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-6/+0
* | crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-253-27/+166
* | crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-252-0/+347
* | crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-251-4/+2
* | crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0
|/
* 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
OpenPOWER on IntegriCloud