summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix the address of the last entry of S/GIuliana Prodan2020-04-161-1/+1
* crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov2020-03-301-10/+11
* crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov2020-03-305-15/+68
* crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2020-03-302-4/+10
* crypto: caam - check if RNG job failedAndrey Smirnov2020-03-301-6/+15
* crypto: caam - simplify RNG implementationAndrey Smirnov2020-03-301-215/+107
* 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