summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: caam - drop global context pointer and init_doneAndrey Smirnov2020-03-303-43/+44
* crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov2020-03-301-23/+24
* crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov2020-03-301-2/+2
* crypto: caam - update xts sector size for large input lengthAndrei Botila2020-03-061-2/+14
* crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă2020-03-061-4/+10
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-064-7/+7
* crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan2020-02-221-51/+123
* crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan2020-02-222-24/+114
* crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan2020-02-221-30/+77
* crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-224-8/+101
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-226-50/+30
* crypto: caam - refactor RSA private key _done callbacksIuliana Prodan2020-02-221-43/+18
* crypto: caam - refactor ahash_edesc_allocIuliana Prodan2020-02-221-40/+22
* crypto: caam - refactor ahash_done callbacksIuliana Prodan2020-02-221-66/+22
* crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan2020-02-221-215/+53
* crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2020-02-132-22/+42
* crypto: caam - add support for i.MX8M PlusHoria Geantă2020-01-221-2/+3
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-01-221-1/+1
* crypto: caam - add support for i.MX8M NanoHoria Geantă2020-01-161-4/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-103/+30
* crypto: caam - Add support for i.MX8M MiniAdam Ford2019-12-271-1/+3
* crypto: caam/qi2 - remove double buffering for ahashAndrei Botila2019-12-201-99/+58
* crypto: caam - remove double buffering for ahashAndrei Botila2019-12-201-100/+58
* crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan2019-12-111-4/+2
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-7/+7
* 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