summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu2018-08-061-2/+6
* crypto: omap-sham - fix memleakBin Liu2018-06-161-1/+1
* crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-06-161-2/+0
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-06-164-9/+0
* crypto: cavium - Limit result reading attemptsJan Glauber2018-06-163-4/+25
* crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber2018-06-161-8/+14
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-06-161-4/+4
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-06-161-111/+116
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-06-161-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-06-161-12/+17
* crypto: caam - strip input zeros from RSA input bufferHoria Geantă2018-06-162-0/+62
* crypto: ccree - correct host regs offsetGilad Ben-Yossef2018-06-164-6/+17
* crypto: chelsio - request to HW should wrapAtul Gupta2018-06-161-18/+17
* crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0486-1582/+14525
|\
| * crypto: ccree - remove unused enumsGilad Ben-Yossef2018-03-311-21/+7
| * crypto: brcm - explicitly cast cipher to hash typeStefan Agner2018-03-311-2/+2
| * crypto: talitos - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
| * 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: talitos - fix IPsec cipher in lengthLEROY Christophe2018-03-311-16/+20
| * 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: bfin_crc - remove blackfin CRC driverArnd Bergmann2018-03-234-885/+0
| * crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2018-03-232-9/+26
| * 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: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-161-30/+78
| * crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2018-03-162-2/+0
| * crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-164-108/+298
| * crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain2018-03-161-1/+1
| * crypto: chelsio - Update IV before sending request to HWHarsh Jain2018-03-161-8/+11
| * crypto: chelsio - Fix src buffer dma lengthHarsh Jain2018-03-161-5/+12
| * crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2018-03-162-40/+34