aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/module.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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