summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: doc - fix header file nameBaruch Siach2016-12-011-1/+1
* crypto: api - fix comment typoBaruch Siach2016-12-011-1/+1
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-012-3/+34
* crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel2016-11-301-1/+1
* crypto: chcr - Add AEAD algos.Harsh Jain2016-11-306-41/+1558
* crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2016-11-302-18/+17
* crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2016-11-302-38/+27
* crypto: chcr - Adjust Dest. buffer sizeHarsh Jain2016-11-301-30/+20
* crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2016-11-302-30/+24
* crypto: chcr - Remove dynamic allocationHarsh Jain2016-11-302-32/+45
* crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain2016-11-301-1/+2
* crypto: chcr - Added new structure chcr_wrHarsh Jain2016-11-304-149/+140
* crypto: chcr - Cosmetic changeHarsh Jain2016-11-302-58/+53
* crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel2016-11-301-0/+1
* crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-301-0/+2
* crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel2016-11-301-1/+1
* crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu2016-11-301-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-307-17/+48
|\
| * crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael2016-11-301-0/+1
| * crypto: chcr - Fix memory corruptionHarsh Jain2016-11-301-1/+2
| * crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-302-5/+26
| * crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu2016-11-221-4/+0
| * crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
| * crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu2016-11-181-7/+10
| * crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
| * crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
* | crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-292-3/+3
* | crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel2016-11-291-0/+2
* | crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers2016-11-281-3/+8
* | MAINTAINERS: add maintainers for caam crypto driverHoria Geantă2016-11-281-0/+8
* | crypto: caam - refactor ahash shared descriptor generationHoria Geantă2016-11-281-94/+36
* | crypto: caam - consolidate split key length computationHoria Geantă2016-11-284-45/+53
* | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-285-1072/+1440
* | crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă2016-11-281-4/+4
* | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-282-14/+14
* | crypto: caam - improve key inliningHoria Geantă2016-11-282-53/+116
* | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-284-81/+13
* | crypto: caam - group algorithm related paramsHoria Geantă2016-11-285-205/+274
* | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-281-18/+12
* | crypto: aesbs - Convert to skcipherHerbert Xu2016-11-281-228/+152
* | crypto: cbc - Export CBC implementationHerbert Xu2016-11-282-127/+148
* | crypto: cbc - Convert to skcipherHerbert Xu2016-11-281-104/+138
* | crypto: aes-ce - Convert to skcipherHerbert Xu2016-11-281-233/+157
* | crypto: arm64/aes - Convert to skcipherHerbert Xu2016-11-281-224/+158
* | crypto: aesni - Convert to skcipherHerbert Xu2016-11-283-573/+346
* | crypto: testmgr - Do not test internal algorithmsHerbert Xu2016-11-282-150/+11
* | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-283-3/+112
* | crypto: pcbc - Convert to skcipherHerbert Xu2016-11-281-92/+109
* | crypto: simd - Add simd skcipher helperHerbert Xu2016-11-284-0/+249
* | crypto: cryptd - Add support for skcipherHerbert Xu2016-11-282-3/+294