aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-37/+150
2016-12-13crypto: doc - clarify AEAD memory structureGravatar Stephan Mueller 1-24/+12
2016-12-13crypto: doc - add KPP documentationGravatar Stephan Mueller 3-3/+128
2016-12-13crypto: doc - fix source comments for SphinxGravatar Stephan Mueller 3-10/+10
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-0/+4
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+2
2016-11-30crypto: drbg - prevent invalid SG mappingsGravatar Stephan Mueller 1-0/+2
2016-11-28crypto: cbc - Export CBC implementationGravatar Herbert Xu 1-0/+146
2016-11-28crypto: simd - Add simd skcipher helperGravatar Herbert Xu 1-0/+17
2016-11-28crypto: cryptd - Add support for skcipherGravatar Herbert Xu 1-1/+12
2016-11-28crypto: xts - Convert to skcipherGravatar Herbert Xu 1-2/+24
2016-11-28crypto: skcipher - Add skcipher walk interfaceGravatar Herbert Xu 1-0/+47
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableGravatar Alex Cope 1-1/+1
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeGravatar Alex Cope 1-7/+6
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-10-25crypto: acomp - add driver-side scomp interfaceGravatar Giovanni Cabiddu 3-27/+166
2016-10-25crypto: acomp - add asynchronous compression apiGravatar Giovanni Cabiddu 2-0/+347
2016-10-25crypto: engine - Handle the kthread worker using the new APIGravatar Petr Mladek 1-4/+2
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationGravatar Eric Biggers 1-2/+0
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+23
2016-10-02crypto: ghash-generic - move common definitions to a new header fileGravatar Marcelo Cerri 1-0/+23
2016-09-07crypto: engine - permit to enqueue ashash_requestGravatar Corentin LABBE 1-16/+33
2016-09-07crypto: engine - move crypto engine to its own headerGravatar Corentin LABBE 2-70/+90
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseGravatar Herbert Xu 1-0/+1
2016-07-18crypto: scatterwalk - Inline start/map/doneGravatar Herbert Xu 1-6/+40
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onGravatar Herbert Xu 1-0/+2
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenGravatar Herbert Xu 1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 2-127/+12
2016-07-18crypto: null - Remove default null blkcipherGravatar Herbert Xu 1-3/+11
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsGravatar Herbert Xu 1-1/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsGravatar Herbert Xu 1-0/+1
2016-07-18crypto: aead - Add chunk sizeGravatar Herbert Xu 2-5/+28
2016-07-18crypto: null - Add new default null skcipherGravatar Herbert Xu 1-0/+2
2016-07-18crypto: skcipher - Add low-level skcipher interfaceGravatar Herbert Xu 2-0/+217
2016-07-05crypto: rsa - Store rest of the private key componentsGravatar Salvatore Benedetto 1-0/+20
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 1-0/+1
2016-07-01crypto: api - Add crypto_inst_setnameGravatar Herbert Xu 1-0/+2
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 2-0/+31
2016-06-23crypto: dh - Add DH software implementationGravatar Salvatore Benedetto 2-0/+30
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Gravatar Salvatore Benedetto 2-0/+392
2016-06-23crypto: sha1-mb - async implementation for sha1-mbGravatar Megha Dey 2-12/+8
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedGravatar Herbert Xu 1-0/+5
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmGravatar Jeff Garzik 1-0/+29
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserGravatar Tudor Ambarus 1-6/+16
2016-06-15crypto: drbg - use aligned buffersGravatar Stephan Mueller 1-0/+3
2016-06-15crypto: drbg - use CTR AES instead of ECB AESGravatar Stephan Mueller 1-0/+9
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-24/+15
2016-04-15crypto: doc - document correct return value for request allocationGravatar Eric Biggers 3-6/+3