summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-01-13crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-08-24crypto: caam - fix non-hmac hashesRussell King1-0/+1
2016-07-11crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-07-11crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2-2/+2
2016-06-17crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2016-06-07crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile1-1/+1
2016-06-04crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski1-14/+39
2016-06-04crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski1-28/+6
2016-05-08crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-04-18crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Cyrille Pitchen1-7/+0
2016-04-18crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-04-18crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-04-18crypto: ccp - Limit the amount of information exportedTom Lendacky3-10/+48
2016-04-18crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2016-02-28crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-5/+13
2016-02-28crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin3-3/+15
2016-02-28crypto: atmel - use devm_xxx() managed functionLABBE Corentin3-69/+25
2015-09-29crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa4-0/+13
2015-09-21crypto: vmx - Fixing GHASH Key issue on little endianLeonidas Da Silva Barbosa1-0/+6
2015-09-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-09-13crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek2-23/+32
2015-08-17crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-08-17crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk1-8/+16
2015-08-17crypto: nx - Fix reentrancy bugsHerbert Xu8-79/+124
2015-08-17crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa4-119/+99
2015-08-17crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa1-4/+24
2015-08-10crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh1-3/+0
2015-07-10Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-07-10crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+3
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius1-0/+2
2015-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2015-04-24crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-04-08crypto: sahara - fix AES descriptor createSteffen Trumtrar1-14/+18
2015-04-08crypto: sahara - use the backlogSteffen Trumtrar1-0/+5
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-tdes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao1-8/+2
2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao1-2/+14
2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches1-1/+1
2015-04-08crypto: atmel-sha - add new versionLeilei Zhao1-0/+6
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-04-07crypto: qat - fix double release_firmware on error pathTadeusz Struk3-12/+13
2015-04-07crypto: qat - print ring name in debug outputTadeusz Struk1-0/+2
2015-04-03crypto: omap-sham - Add the offset of sg page to vaddrVutla, Lokesh1-0/+1