summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-10-112-1/+10
* crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-10-111-0/+3
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-10-111-1/+1
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-10-051-0/+1
* crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-09-191-1/+2
* crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-09-191-14/+17
* crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-09-191-1/+0
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-09-191-0/+16
* crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-09-191-1/+1
* crypto: talitos - check AES key sizeChristophe Leroy2019-09-191-0/+14
* crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook2019-09-061-0/+8
* crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-162-5/+35
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2019-08-161-30/+78
* crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-161-2/+1
* crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook2019-08-161-2/+2
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-07-311-6/+9
* crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-311-1/+0
* crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-311-1/+2
* crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-311-1/+11
* crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-312-46/+52
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-07-311-1/+4
* crypto: talitos - properly handle split ICV.Christophe Leroy2019-07-311-11/+15
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-07-311-0/+4
* crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-07-211-3/+5
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-07-211-8/+8
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-091-126/+87
* crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe2019-05-311-1/+4
* crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-311-1/+1
* crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-05-211-7/+18
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-05-211-2/+2
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2019-04-272-1/+11
* crypto: axis - fix for recursive locking from bottom halfLars Persson2019-04-201-5/+23
* crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-04-051-2/+4
* crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-04-051-1/+3
* crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2019-03-232-0/+35
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-03-234-5/+7
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2019-02-121-1/+1
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2019-02-121-2/+2
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-231-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-231-19/+7
* crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-232-31/+14
* crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-231-6/+9
* crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2019-01-093-10/+31
* crypto: caam - fix implicit casts in endianness helpersHoria Geantă2018-11-131-14/+14
* crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain2018-10-132-14/+29
* crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-10-101-4/+4
* crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez2018-10-101-23/+30
* crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-10-106-18/+18
* crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala2018-10-033-26/+35