aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu1-224/+158
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu3-573/+346
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu2-150/+11
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu3-3/+112
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu1-92/+109
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu4-0/+249
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu2-3/+294
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu1-1/+1
2016-11-28crypto: xts - Convert to skcipherHerbert Xu2-157/+416
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu1-127/+380
2016-11-28crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu1-37/+13
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu2-0/+558
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2-2/+2
2016-11-28crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel7-0/+4228
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu1-4/+0
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu1-1/+1
2016-11-21hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan4-12/+3
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller1-0/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu1-7/+10
2016-11-17crypto: vmx - various build fixesNaveen N. Rao1-5/+7
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker6-6/+6
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2-3/+3
2016-11-17hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun1-1/+1
2016-11-17crypto: nx - drop duplicate header types.hGeliang Tang1-1/+0
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang1-1/+0
2016-11-17crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-11-13crypto: caam - merge identical ahash_final/finup shared descHoria Geantă1-25/+1
2016-11-13crypto: caam - constify pointer to descriptor bufferHoria Geantă1-34/+38
2016-11-13crypto: caam - move sec4_sg_entry to sg_sw_sec4.hHoria Geantă2-7/+5