summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-07-261-4/+5
* 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
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-07-264-1/+14
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-07-261-0/+4
* crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-07-211-3/+5
* crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-211-28/+41
* crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-212-30/+30
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-07-141-8/+8
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-041-126/+86
* 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: ccree - handle tee fips error during power management resumeOfir Drang2019-05-221-1/+3
* crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang2019-05-222-8/+17
* crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang2019-05-221-1/+1
* crypto: ccree - pm resume first enable the source clkOfir Drang2019-05-221-2/+3
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-05-223-4/+23
* crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef2019-05-221-2/+2
* crypto: ccree - don't map MAC key on stackGilad Ben-Yossef2019-05-221-3/+21
* crypto: ccree - fix mem leak on error pathGilad Ben-Yossef2019-05-221-6/+3
* crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-05-221-76/+22
* crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-221-26/+15
* crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-222-68/+45
* crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-221-7/+18
* crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-05-221-7/+18
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-05-221-2/+2
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-05-221-1/+1
* crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-221-10/+21
* crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter2019-05-221-3/+9
* crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan2019-03-281-7/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-136-28/+51
|\
| * crypto: caam - add missing put_device() callWen Yang2019-03-075-27/+50
| * crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny2019-03-071-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0588-929/+1153
|\|
| * crypto: s5p - add AES support for Exynos5433Kamil Konieczny2019-02-281-4/+46
| * crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
| * crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-02-281-2/+4
| * crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-282-5/+5
| * crypto: s5p - update iv after AES-CBC op endKamil Konieczny2019-02-281-0/+8
| * crypto: caam - generate hash keys in-placeHoria Geantă2019-02-282-47/+23
| * crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă2019-02-281-2/+1
| * crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-02-281-3/+5