summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+3
* crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+5
* crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-03-311-1/+1
* crypto: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-311-16/+20
* crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko2018-03-313-34/+17
* crypto: doc - clarify hash callbacks state machineHoria Geantă2018-03-311-0/+8
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-312-17/+13
* crypto: api - Make crypto_alg_lookup staticHerbert Xu2018-03-312-3/+2
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-312-8/+1
* crypto: chelsio - Remove declaration of static function from headerHarsh Jain2018-03-312-147/+145
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-313-0/+58
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-313-9/+75
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-311-4/+4
* crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-311-1/+2
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-311-4/+4
* crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-311-2/+5
* crypto: inside-secure - fix a typo in a register nameAntoine Tenart2018-03-312-2/+2
* crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2018-03-312-2/+2
* crypto: inside-secure - move the digest to the request contextAntoine Tenart2018-03-311-12/+18
* crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai2018-03-231-1/+1
* crypto: doc - Document remaining members in struct crypto_algGary R Hook2018-03-231-0/+8
* crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann2018-03-234-885/+0
* crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2018-03-232-0/+4
* hwrng: ks-sa - add hw_random driverVitaly Andrianov2018-03-233-0/+265
* dt-bindings: rng: add bindings doc for Keystone SA HWRNG driverVitaly Andrianov2018-03-231-0/+21
* crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2018-03-233-10/+31
* crypto: inside-secure - improve clock initializationGregory CLEMENT2018-03-231-5/+6
* crypto: inside-secure - fix clock managementGregory CLEMENT2018-03-231-1/+1
* crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)2018-03-231-1/+3
* crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring2018-03-231-1/+0
* crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel2018-03-161-13/+23
* crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel2018-03-161-2/+21
* crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel2018-03-161-6/+25
* crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2018-03-162-200/+40
* crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-3/+9
* crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-19/+17
* crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-163-102/+97
* crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-24/+23
* crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel2018-03-161-0/+259
* crypto: ecc - Remove stack VLA usageKees Cook2018-03-161-6/+17
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-161-30/+78
* crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny2018-03-161-4/+7
* crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2018-03-162-2/+0
* crypto: testmgr - introduce SM4 testsGilad Ben-Yossef2018-03-163-0/+143
* crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-164-0/+298
* crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-164-108/+298