aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/hmac.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-21hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan4-12/+3
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller1-0/+1
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-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
2016-11-13Revert "crypto: caam - get rid of tasklet"Horia Geantă2-9/+17
2016-11-13crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă1-0/+44
2016-11-13crypto: caam - remove unreachable code in report_ccb_status()Horia Geantă1-3/+2
2016-11-13crypto: caam - trivial code clean-upHoria Geantă3-22/+9
2016-11-13crypto: caam - remove unused command from aead givencryptHoria Geantă1-4/+1
2016-11-13crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă1-13/+6
2016-11-13crypto: caam - fix smatch warningsHoria Geantă2-4/+2
2016-11-13crypto: caam - fix sparse warningsHoria Geantă3-26/+20
2016-11-13crypto: caam - desc.h fixesHoria Geantă1-8/+8
2016-11-13crypto: caam - completely remove error propagation handlingHoria Geantă2-8/+2
2016-11-13crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2-62/+6
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau1-1/+1
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld1-19/+15
2016-11-13Crypto: mv_cesa - Switch to using managed resourcesNadim almas1-3/+1
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King1-1/+1
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook1-5/+5
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser1-2/+0
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers8-13/+7
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers8-27/+21
2016-11-01hwrng: atmel - disable TRNG during suspendWenyou Yang1-3/+21
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+3
2016-11-01crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-11-01crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King1-1/+1
2016-11-01crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun1-1/+1
2016-11-01hwrng: core - zeroize buffers with random dataStephan Mueller1-0/+3
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu1-13/+145
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu2-10/+102
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu2-2/+80
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2-10/+83
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu2-10/+82
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu2-15/+83
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu7-29/+578