aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-706/+773
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu1-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu1-1/+2
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu1-3/+2
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar1-19/+19
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu1-634/+686
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu1-14/+21
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan1-2/+2
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan1-4/+5
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-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu2-12/+23
2015-05-22crypto: caam - Use old_aead_algHerbert Xu1-1/+1
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu1-48/+48
2015-05-13crypto: caam - Include internal/aead.hHerbert Xu1-1/+1
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu1-4/+0
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin1-3/+3
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin1-0/+1
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica1-9/+22
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica1-3/+3
2015-01-26crypto: caam - remove unused local variableCristian Stoica1-5/+1
2015-01-26crypto: caam - remove dead codeCristian Stoica1-7/+7
2015-01-26crypto: caam - don't emit ICV check failures to dmesgKim Phillips1-4/+9
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-4/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-79/+1856
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar1-3/+0
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile1-4/+6
2014-11-06crypto: caam - fix error reportingCristian Stoica1-8/+17
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile1-4/+281
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile1-26/+236
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile2-5/+79
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile2-5/+37
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus1-1/+457
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus1-1/+2
2014-11-06crypto: caam - fix missing dma unmap on error pathCristian Stoica1-15/+14
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus1-15/+414
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus1-11/+331
2014-10-20crypto: caam: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.Nitesh Narayan Lal3-80/+81
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica1-3/+3
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica2-62/+14
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu2-1/+20
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu2-1/+10
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu2-2/+3
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-109/+425
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta1-4/+7
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta1-0/+7
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta1-0/+1