summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2020-01-171-0/+9
* crypto: vmx - Avoid weird build failuresMichael Ellerman2019-12-311-3/+3
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-12-311-6/+6
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-12-311-8/+14
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-12-311-2/+10
* crypto: atmel - Fix authenc support when it is set to mHerbert Xu2019-12-313-11/+11
* crypto: ccp - fix uninitialized list headMark Salter2019-12-131-0/+1
* crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-12-131-23/+30
* crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter2019-12-131-5/+1
* crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2019-12-131-1/+5
* crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-12-051-1/+1
* crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2019-12-051-6/+6
* crypto/chelsio/chtls: listen fails with multiadaptAtul Gupta2019-12-052-19/+36
* crypto: ccree - avoid implicit enum conversionNathan Chancellor2019-12-011-4/+2
* crypto: mxs-dcp - Fix AES issuesRadu Solea2019-11-241-2/+31
* crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2019-11-241-10/+37
* crypto: s5p-sss: Fix Fix argument list alignmentChristoph Manszewski2019-11-201-2/+2
* crypto: s5p-sss: Fix race in error handlingChristoph Manszewski2019-11-201-5/+7
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-101-1/+1
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-10-111-1/+1
* crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef2019-10-111-1/+7
* 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: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye2019-10-071-6/+7
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-10-011-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: ccree - add missing inline qualifierGilad Ben-Yossef2019-09-161-1/+1
* crypto: ccree - fix resume race condition on initGilad Ben-Yossef2019-09-163-10/+13
* crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook2019-09-061-0/+8
* crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-161-2/+1
* crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-162-5/+35
* 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-261-6/+9
* crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-261-1/+0
* crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-261-1/+2
* crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-261-1/+11
* crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-07-263-23/+39
* crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-07-261-2/+2
* crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-07-261-2/+2
* crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-262-46/+52
* crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-07-261-6/+18
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-07-261-1/+4
* crypto: talitos - properly handle split ICV.Christophe Leroy2019-07-261-11/+15