aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
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ă
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă
2019-04-25crypto: caam - fix spelling mistake "cannote" -> "cannot"Colin Ian King
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-18crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg