summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-30crypto: ccree - remove unused enumsGilad Ben-Yossef1-21/+7
2018-03-30crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-03-30crypto: brcm - explicitly cast cipher to hash typeStefan Agner1-2/+2
2018-03-30crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2018-03-30crypto: picoxcell - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: chelsio - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+5
2018-03-30crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-30crypto: lrw - Free rctx->ext with kzfreeHerbert Xu1-1/+1
2018-03-30crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-30crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko3-34/+17
2018-03-30crypto: doc - clarify hash callbacks state machineHoria Geantă1-0/+8
2018-03-30crypto: api - Keep failed instances aliveHerbert Xu2-17/+13
2018-03-30crypto: api - Make crypto_alg_lookup staticHerbert Xu2-3/+2
2018-03-30crypto: api - Remove unused crypto_type lookup functionHerbert Xu2-8/+1
2018-03-30crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-30crypto: inside-secure - hmac(sha224) supportAntoine Tenart3-0/+58
2018-03-30crypto: inside-secure - hmac(sha256) supportAntoine Tenart3-9/+75
2018-03-30crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-03-30crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-30crypto: inside-secure - fix a typo in a register nameAntoine Tenart2-2/+2
2018-03-30crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2-2/+2
2018-03-30crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
2018-03-23crypto: doc - Document remaining members in struct crypto_algGary R Hook1-0/+8
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann4-885/+0
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2-0/+4
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov3-0/+265
2018-03-23dt-bindings: rng: add bindings doc for Keystone SA HWRNG driverVitaly Andrianov1-0/+21
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT3-10/+31
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)1-1/+3
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring1-1/+0
2018-03-16crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel1-13/+23
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel1-2/+21
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel1-6/+25
2018-03-16crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2-200/+40
2018-03-16crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel1-3/+9
2018-03-16crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel1-19/+17
2018-03-16crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel3-102/+97
2018-03-16crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel1-24/+23
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel1-0/+259
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook1-6/+17
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2018-03-16crypto: hash - Prevent use of req->result in ahash updateKamil Konieczny1-4/+7