summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-12-13crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-13crypto: 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-12-05crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2-19/+36
2019-12-01crypto: ccree - avoid implicit enum conversionNathan Chancellor1-4/+2
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-11-20crypto: s5p-sss: Fix race in error handlingChristoph Manszewski1-5/+7
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-11crypto: ccree - use the full crypt length valueGilad Ben-Yossef1-1/+1
2019-10-11crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef1-1/+7
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-07crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye1-6/+7
2019-10-01crypto: 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-16crypto: ccree - add missing inline qualifierGilad Ben-Yossef1-1/+1
2019-09-16crypto: ccree - fix resume race condition on initGilad Ben-Yossef3-10/+13
2019-09-06crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook1-0/+8
2019-08-16crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-16crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2-5/+35
2019-08-16crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-26crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-6/+9
2019-07-26crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-07-26crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-26crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-26crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter3-23/+39
2019-07-26crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter1-2/+2
2019-07-26crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter1-2/+2
2019-07-26crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-07-26crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart1-6/+18
2019-07-26crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-07-26crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-07-26crypto: 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 - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-21crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2-30/+30
2019-07-14crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-06-04crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens1-126/+86