aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15crypto: caam - fix typosHeinrich Schuchardt4-13/+13
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan1-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan1-2/+6
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan1-1/+3
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan1-1/+3
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov1-10/+11
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov5-15/+68
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov2-4/+10
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov1-6/+15
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov1-215/+107
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov3-43/+44
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov1-23/+24
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov1-2/+2
2020-03-06crypto: caam - update xts sector size for large input lengthAndrei Botila1-2/+14
2020-03-06crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă1-4/+10
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-7/+7
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan1-51/+123
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan2-24/+114
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan1-30/+77
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan4-8/+101
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan6-50/+30
2020-02-22crypto: caam - refactor RSA private key _done callbacksIuliana Prodan1-43/+18
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan1-40/+22
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan1-66/+22
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan1-215/+53
2020-02-13crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2-22/+42
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă1-2/+3
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă1-4/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-103/+30
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford1-1/+3
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila1-99/+58
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila1-100/+58
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski1-7/+7
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-3/+3
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov1-7/+6
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov1-23/+3
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov4-19/+7
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov1-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov2-8/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov1-19/+9
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2-35/+45
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu1-2/+2
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov1-4/+10
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov1-0/+4
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov1-4/+9
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov1-15/+15
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov1-0/+1