summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)Author
2019-10-11crypto: ccree - use the full crypt length valueGilad Ben-Yossef
2019-10-11crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef
2019-10-11crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă
2019-10-11crypto: cavium/zip - Add missing single_release()Wei Yongjun
2019-10-11crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin
2019-10-07crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye
2019-10-01crypto: talitos - fix missing break in switch statementGustavo A. R. Silva
2019-09-19crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy
2019-09-19crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy
2019-09-19crypto: talitos - fix ECB algs ivsizeChristophe Leroy
2019-09-19crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy
2019-09-19crypto: talitos - fix CTR alg blocksizeChristophe Leroy
2019-09-19crypto: talitos - check AES key sizeChristophe Leroy
2019-09-16crypto: ccree - add missing inline qualifierGilad Ben-Yossef
2019-09-16crypto: ccree - fix resume race condition on initGilad Ben-Yossef
2019-09-06crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook
2019-08-16crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook
2019-08-16crypto: ccp - Add support for valid authsize values less than 16Gary R Hook
2019-08-16crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook
2019-07-26crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-07-26crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang
2019-07-26crypto: ccp/gcm - use const time tag comparison.Cfir Cohen
2019-07-26crypto: ccp - memset structure fields to zero before reuseHook, Gary
2019-07-26crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter
2019-07-26crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter
2019-07-26crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter
2019-07-26crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-07-26crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-07-26crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-07-26crypto: talitos - properly handle split ICV.Christophe Leroy
2019-07-26crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-07-21crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni
2019-07-21crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-21crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-07-14crypto: talitos - rename alternative AEAD algos.Christophe Leroy
2019-06-04crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens
2019-05-31crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe
2019-05-31crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens
2019-05-22crypto: ccree - handle tee fips error during power management resumeOfir Drang
2019-05-22crypto: ccree - add function to handle cryptocell tee fips errorOfir Drang
2019-05-22crypto: ccree - HOST_POWER_DOWN_EN should be the last CC access during suspendOfir Drang
2019-05-22crypto: ccree - pm resume first enable the source clkOfir Drang
2019-05-22crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef
2019-05-22crypto: ccree - use correct internal state sizes for exportGilad Ben-Yossef
2019-05-22crypto: ccree - don't map MAC key on stackGilad Ben-Yossef
2019-05-22crypto: ccree - fix mem leak on error pathGilad Ben-Yossef
2019-05-22crypto: ccree - remove special handling of chained sgGilad Ben-Yossef
2019-05-22crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie
2019-05-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens
2019-05-22crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh