summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-3/+3
* crypto: caam - populate platform devices lastAndrey Smirnov2019-11-011-7/+6
* crypto: caam - use devres to populate platform devicesAndrey Smirnov2019-11-011-23/+3
* crypto: caam - use devres to de-initialize QIAndrey Smirnov2019-11-014-19/+7
* crypto: caam - use devres to de-initialize the RNGAndrey Smirnov2019-11-011-60/+70
* crypto: caam - use devres to remove debugfsAndrey Smirnov2019-11-012-8/+14
* crypto: caam - use devres to unmap memoryAndrey Smirnov2019-11-011-19/+9
* crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2019-10-052-35/+45
* crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
* crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
* crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
* crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
* crypto: caam - make sure clocks are enabled firstAndrey Smirnov2019-09-091-15/+15
* crypto: caam - add clock entry for i.MX8MQAndrey Smirnov2019-08-301-0/+1
* crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov2019-08-301-1/+6
* crypto: caam - select DMA address size at runtimeAndrey Smirnov2019-08-307-26/+63
* crypto: caam - don't hardcode inpentry sizeAndrey Smirnov2019-08-303-3/+13
* crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov2019-08-303-9/+43
* crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov2019-08-301-7/+15
* crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-306-6/+16
* crypto: caam - share definition for MAX_SDLENAndrey Smirnov2019-08-303-53/+27
* crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov2019-08-301-19/+0
* crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov2019-08-301-5/+13
* crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov2019-08-301-5/+9
* crypto: caam - request JR IRQ as the last stepAndrey Smirnov2019-08-301-19/+15
* crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov2019-08-301-34/+14
* crypto: caam - simplfy clock initializationAndrey Smirnov2019-08-302-110/+95
* crypto: caam - move DMA mask selection into a functionAndrey Smirnov2019-08-303-24/+22
* crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan2019-08-301-5/+4
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-224-92/+31
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan2019-08-091-1/+1
* crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan2019-08-091-19/+30
* crypto: caam - execute module exit point only if necessaryIuliana Prodan2019-08-092-1/+24
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2019-08-091-1/+4
* crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă2019-08-096-105/+132
* crypto: caam - keep both virtual and dma key addressesHoria Geantă2019-08-094-30/+24
* crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan2019-08-092-16/+33
* crypto: caam - check zero-length inputIuliana Prodan2019-08-093-0/+14
* crypto: caam - check assoclenIuliana Prodan2019-08-093-24/+8
* crypto: caam - check authsizeIuliana Prodan2019-08-093-0/+39
* crypto: caam - check key lengthIuliana Prodan2019-08-095-100/+324
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-093-6/+11
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-099-117/+104
* crypto: caam/qi - fix error handling in ERN handlerHoria Geantă2019-08-093-1/+6
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-08-092-1/+10
* crypto: caam - defer probing until QMan is availableHoria Geantă2019-08-021-26/+48
* crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg2019-08-025-0/+105
* crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg2019-07-271-1/+1