aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/seq_file.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel4-0/+555
2016-12-07crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel4-0/+487
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel4-0/+535
2016-12-07crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel4-0/+495
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-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