summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-05-221-7/+18