summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | crypto: caam - move sec4_sg_entry to sg_sw_sec4.hHoria Geantă2016-11-132-7/+5
* | 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/+2
* | crypto: caam - trivial code clean-upHoria Geantă2016-11-133-22/+9
* | crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1
* | crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6
* | crypto: caam - fix smatch warningsHoria Geantă2016-11-132-4/+2
* | crypto: caam - fix sparse warningsHoria Geantă2016-11-133-26/+20
* | crypto: caam - desc.h fixesHoria Geantă2016-11-131-8/+8
* | crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-132-8/+2
* | crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2016-11-131-1/+3
* | crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-132-62/+6
* | crypto: dh - Consistenly return negative error codesMat Martineau2016-11-131-1/+1
* | crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-131-19/+15
* | Crypto: mv_cesa - Switch to using managed resourcesNadim almas2016-11-131-3/+1
* | 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/+0
* | crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-018-13/+7
* | crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-018-27/+21
* | 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