aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel1-28/+42
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel1-1/+1
2016-12-07crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter1-9/+8
2016-12-07crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson1-3/+3
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller1-2/+3
2016-12-01crypto: aes-ce - Make aes_simd_algs staticHerbert Xu1-1/+1
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian1-1/+3
2016-12-01crypto: caam - make aamalg_desc a proper moduleArnd Bergmann2-1/+5
2016-12-01crypto: caam - pass key buffers with typesafe pointersArnd Bergmann3-59/+62
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu1-2/+2
2016-12-01MAINTAINERS: add crypto headers to crypto entryBaruch Siach1-0/+1
2016-12-01crypt: doc - remove misleading mention of async APIBaruch Siach1-3/+0
2016-12-01crypto: doc - fix header file nameBaruch Siach1-1/+1
2016-12-01crypto: api - fix comment typoBaruch Siach1-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2-3/+34
2016-11-30crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel1-1/+1
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain6-41/+1558
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2-18/+17
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2-38/+27
2016-11-30crypto: chcr - Adjust Dest. buffer sizeHarsh Jain1-30/+20
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2-30/+24
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain2-32/+45
2016-11-30crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain1-1/+2
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain4-149/+140
2016-11-30crypto: chcr - Cosmetic changeHarsh Jain2-58/+53
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel1-0/+1
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel1-0/+2
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel1-1/+1
2016-11-30crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu1-3/+3
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu7-17/+48
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-11-30crypto: chcr - Fix memory corruptionHarsh Jain1-1/+2
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller2-5/+26
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu2-3/+3
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel1-0/+2
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers1-3/+8
2016-11-28MAINTAINERS: add maintainers for caam crypto driverHoria Geantă1-0/+8
2016-11-28crypto: caam - refactor ahash shared descriptor generationHoria Geantă1-94/+36
2016-11-28crypto: caam - consolidate split key length computationHoria Geantă4-45/+53
2016-11-28crypto: caam - refactor encryption descriptors generationHoria Geantă5-1072/+1440
2016-11-28crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă1-4/+4
2016-11-28crypto: caam - rewrite some generic inline append cmdsHoria Geantă2-14/+14
2016-11-28crypto: caam - improve key inliningHoria Geantă2-53/+116
2016-11-28crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă4-81/+13
2016-11-28crypto: caam - group algorithm related paramsHoria Geantă5-205/+274
2016-11-28crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă1-18/+12
2016-11-28crypto: aesbs - Convert to skcipherHerbert Xu1-228/+152
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu2-127/+148
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu1-104/+138
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu1-233/+157