summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian
2016-12-01crypto: caam - make aamalg_desc a proper moduleArnd Bergmann
2016-12-01crypto: caam - pass key buffers with typesafe pointersArnd Bergmann
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu
2016-12-01MAINTAINERS: add crypto headers to crypto entryBaruch Siach
2016-12-01crypt: doc - remove misleading mention of async APIBaruch Siach
2016-12-01crypto: doc - fix header file nameBaruch Siach
2016-12-01crypto: api - fix comment typoBaruch Siach
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu
2016-11-30crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain
2016-11-30crypto: chcr - Adjust Dest. buffer sizeHarsh Jain
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain
2016-11-30crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain
2016-11-30crypto: chcr - Cosmetic changeHarsh Jain
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel
2016-11-30crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael
2016-11-30crypto: chcr - Fix memory corruptionHarsh Jain
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu
2016-11-29crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers
2016-11-28MAINTAINERS: add maintainers for caam crypto driverHoria Geantă
2016-11-28crypto: caam - refactor ahash shared descriptor generationHoria Geantă
2016-11-28crypto: caam - consolidate split key length computationHoria Geantă
2016-11-28crypto: caam - refactor encryption descriptors generationHoria Geantă
2016-11-28crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă
2016-11-28crypto: caam - rewrite some generic inline append cmdsHoria Geantă
2016-11-28crypto: caam - improve key inliningHoria Geantă
2016-11-28crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă
2016-11-28crypto: caam - group algorithm related paramsHoria Geantă
2016-11-28crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă
2016-11-28crypto: aesbs - Convert to skcipherHerbert Xu
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu