summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - update IV using HW supportHoria Geantă2019-06-205-146/+163
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-208-99/+105
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-201-1/+1
|\
| * crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* | crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan2019-06-061-2/+4
* | crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* | crypto: caam - strip input without changing crypto requestIuliana Prodan2019-06-062-14/+32
* | crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2019-06-062-17/+74
* | crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-305-12/+12
* | crypto: caam - print debug messages at debug levelSascha Hauer2019-05-307-353/+236Star
* | crypto: caam - remove unused definesSascha Hauer2019-05-302-15/+0Star
* | crypto: caam - print IV only when non NULLSascha Hauer2019-05-301-3/+4
* | crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* | crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* | crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-233-2/+17
* | crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-234-39/+15Star
* | crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-2310-277/+208Star
* | crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-236-37/+147
* | crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-234-1/+14
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-156-15/+21
|\|
| * Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-092-9/+1Star
| * crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2019-05-091-1/+1
| * crypto: caam - fix DKP detection logicHerbert Xu2019-05-093-5/+19
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-0711-170/+292
|\|
| * crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15Star
| * crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-032-68/+45Star
| * crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18
| * crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-252-7/+14
| * crypto: caam - fix spelling mistake "cannote" -> "cannot"Colin Ian King2019-04-251-1/+1
| * crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0Star
| * crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-183-38/+151
| * crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2019-04-182-1/+9
| * crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
| * crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan2019-03-281-0/+20
| * crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg2019-03-281-2/+4
| * crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2019-03-282-7/+1Star
| * crypto: caam/jr - Remove spinlock for output job ringVakul Garg2019-03-282-7/+1Star
| * crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg2019-03-222-2/+11
* | crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan2019-03-281-7/+6Star
|/
* crypto: caam - add missing put_device() callWen Yang2019-03-075-27/+50
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-282-5/+5
* crypto: caam - generate hash keys in-placeHoria Geantă2019-02-282-47/+23Star
* crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă2019-02-281-2/+1Star
* crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-02-281-3/+5
* crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
* crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
* crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-222-23/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-221-3/+3
|\
| * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-3/+3
* | crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2