summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu2016-11-281-1/+1
* | crypto: xts - Convert to skcipherHerbert Xu2016-11-282-157/+416
* | crypto: lrw - Convert to skcipherHerbert Xu2016-11-281-127/+380
* | crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu2016-11-281-37/+13
* | crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-282-0/+558
* | crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-282-2/+2
* | crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-287-0/+4228
* | hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan2016-11-214-12/+3
* | crypto: drbg - advance output buffer pointerStephan Mueller2016-11-211-0/+1
* | crypto: vmx - various build fixesNaveen N. Rao2016-11-171-5/+7
* | crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2016-11-176-6/+6
* | crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-172-3/+3
* | hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun2016-11-171-1/+1
* | crypto: nx - drop duplicate header types.hGeliang Tang2016-11-171-1/+0
* | crypto: jitterentropy - drop duplicate header module.hGeliang Tang2016-11-171-1/+0
* | crypto: caam - merge identical ahash_final/finup shared descHoria Geantă2016-11-131-25/+1
* | crypto: caam - constify pointer to descriptor bufferHoria Geantă2016-11-131-34/+38