summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
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: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă4-1/+14
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
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-22crypto: ccree - handle tee fips error during power management resumeOfir Drang1-1/+3
2019-05-22crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang2-8/+17
2019-05-22crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang1-1/+1
2019-05-22crypto: ccree - pm resume first enable the source clkOfir Drang1-2/+3
2019-05-22crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef3-4/+23
2019-05-22crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef1-2/+2
2019-05-22crypto: ccree - don't map MAC key on stackGilad Ben-Yossef1-3/+21
2019-05-22crypto: ccree - fix mem leak on error pathGilad Ben-Yossef1-6/+3
2019-05-22crypto: ccree - remove special handling of chained sgGilad Ben-Yossef1-76/+22
2019-05-22crypto: caam/qi2 - generate hash keys in-placeHoria Geantă1-26/+15
2019-05-22crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2-68/+45
2019-05-22crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă1-7/+18
2019-05-22crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie1-7/+18
2019-05-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-05-22crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh1-1/+1
2019-05-22crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter1-10/+21
2019-05-22crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter1-3/+9
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan1-7/+6
2019-03-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-28/+51
2019-03-07crypto: caam - add missing put_device() callWen Yang5-27/+50
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny1-1/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds88-929/+1153
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-02-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-02-28crypto: s5p - add AES support for Exynos5433Kamil Konieczny1-4/+46
2019-02-28crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers1-2/+4
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2-5/+5
2019-02-28crypto: s5p - update iv after AES-CBC op endKamil Konieczny1-0/+8