summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu
2015-05-22crypto: caam - Use old_aead_algHerbert Xu
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu
2015-05-13crypto: caam - Include internal/aead.hHerbert Xu
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica
2015-01-26crypto: caam - remove unused local variableCristian Stoica
2015-01-26crypto: caam - remove dead codeCristian Stoica
2015-01-26crypto: caam - don't emit ICV check failures to dmesgKim Phillips
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile
2014-11-06crypto: caam - fix error reportingCristian Stoica
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus
2014-11-06crypto: caam - fix missing dma unmap on error pathCristian Stoica
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus
2014-10-20crypto: caam: drop owner assignment from platform_driversWolfram Sang
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta