summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-12-31crypto: vmx - Avoid weird build failuresMichael Ellerman1-3/+3
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-12-31crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu1-8/+14
2019-12-31crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2019-12-17crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-17crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-17crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2019-12-05crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-12-05crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2019-11-24crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2019-11-24crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2019-11-20crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski1-2/+2
2019-10-11crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2-1/+10
2019-10-11crypto: cavium/zip - Add missing single_release()Wei Yongjun1-0/+3
2019-10-11crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2019-10-05crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-19crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-09-19crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-09-19crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-1/+0
2019-09-19crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-09-19crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-09-19crypto: talitos - check AES key sizeChristophe Leroy1-0/+14
2019-09-06crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook1-0/+8
2019-08-16crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2-5/+35
2019-08-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2019-08-16crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-16crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-31crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-6/+9
2019-07-31crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-07-31crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-31crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-31crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-07-31crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-07-31crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-07-31crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-07-21crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-07-21crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-06-09crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens1-126/+87
2019-05-31crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe1-1/+4
2019-05-31crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens1-1/+1
2019-05-21crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie1-7/+18
2019-05-21crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-04-27crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2-1/+11
2019-04-20crypto: axis - fix for recursive locking from bottom halfLars Persson1-5/+23
2019-04-05crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers1-2/+4
2019-04-05crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-03-23crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2-0/+35
2019-03-23crypto: rockchip - fix scatterlist nents errorZhang Zhijie4-5/+7
2019-03-23crypto: caam - fixed handling of sg listPankaj Gupta1-0/+1
2019-02-12crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1