summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan
2019-08-09crypto: caam - check zero-length inputIuliana Prodan
2019-08-09crypto: caam - check assoclenIuliana Prodan
2019-08-09crypto: caam - check authsizeIuliana Prodan
2019-08-09crypto: caam - check key lengthIuliana Prodan
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă
2019-08-09crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă
2019-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg
2019-07-27crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-30crypto: caam - remove unused definesSascha Hauer
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan
2019-05-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu
2019-05-09crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-03crypto: caam/qi2 - generate hash keys in-placeHoria Geantă
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă