summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | crypto: aead - Add chunk sizeHerbert Xu2016-07-182-5/+28
* | crypto: null - Add new default null skcipherHerbert Xu2016-07-181-0/+2
* | crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-182-0/+217
* | crypto: rsa - Store rest of the private key componentsSalvatore Benedetto2016-07-051-0/+20
* | crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-0/+2
* | crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-232-0/+31
* | crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-232-0/+30
* | crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-232-0/+392
* | crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-232-12/+8
* | crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2016-06-231-0/+5
* | crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-201-0/+29
* | crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-151-6/+16
* | crypto: drbg - use aligned buffersStephan Mueller2016-06-151-0/+3
* | crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-151-0/+9
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-192-24/+15
|\
| * KEYS: Move the point of trust determination to __key_link()David Howells2016-04-111-0/+7
OpenPOWER on IntegriCloud