summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+13Star
* | 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/+3Star
* | 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/+0Star
* | crypto: jitterentropy - drop duplicate header module.hGeliang Tang2016-11-171-1/+0Star
* | crypto: caam - merge identical ahash_final/finup shared descHoria Geantă2016-11-131-25/+1Star
* | crypto: caam - constify pointer to descriptor bufferHoria Geantă2016-11-131-34/+38
* | crypto: caam - move sec4_sg_entry to sg_sw_sec4.hHoria Geantă2016-11-132-7/+5Star
* | Revert "crypto: caam - get rid of tasklet"Horia Geantă2016-11-132-9/+17
* | crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă2016-11-131-0/+44
* | crypto: caam - remove unreachable code in report_ccb_status()Horia Geantă2016-11-131-3/+2Star
* | crypto: caam - trivial code clean-upHoria Geantă2016-11-133-22/+9Star
* | crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1Star
* | crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6Star
* | crypto: caam - fix smatch warningsHoria Geantă2016-11-132-4/+2Star
* | crypto: caam - fix sparse warningsHoria Geantă2016-11-133-26/+20Star
* | crypto: caam - desc.h fixesHoria Geantă2016-11-131-8/+8
* | crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-132-8/+2Star
* | crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2016-11-131-1/+3
* | crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-132-62/+6Star
* | crypto: dh - Consistenly return negative error codesMat Martineau2016-11-131-1/+1
* | crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-131-19/+15Star
* | Crypto: mv_cesa - Switch to using managed resourcesNadim almas2016-11-131-3/+1Star
* | crypto: talitos - fix spelling mistakeColin Ian King2016-11-131-1/+1
* | crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook2016-11-131-5/+5
* | crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser2016-11-011-2/+0Star
* | crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-018-13/+7Star
* | crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-018-27/+21Star
* | hwrng: atmel - disable TRNG during suspendWenyou Yang2016-11-011-3/+21
* | crypto: acomp - fix dependency in MakefileGiovanni Cabiddu2016-11-011-2/+3
* | crypto: caam - fix type mismatch warningArnd Bergmann2016-11-011-1/+1
* | crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King2016-11-011-1/+1
* | crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun2016-11-011-1/+1
* | hwrng: core - zeroize buffers with random dataStephan Mueller2016-11-011-0/+3
* | crypto: acomp - update testmgr with support for acompGiovanni Cabiddu2016-10-251-13/+145
* | crypto: acomp - add support for deflate via scompGiovanni Cabiddu2016-10-252-10/+102