aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2020-06-15crypto: caam - fix typosHeinrich Schuchardt
2020-04-16crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan
2020-04-16crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan
2020-03-30crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov
2020-03-30crypto: caam - check if RNG job failedAndrey Smirnov
2020-03-30crypto: caam - simplify RNG implementationAndrey Smirnov
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov
2020-03-30crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov
2020-03-30crypto: caam - allocate RNG instantiation descriptor with GFP_DMAAndrey Smirnov
2020-03-06crypto: caam - update xts sector size for large input lengthAndrei Botila
2020-03-06crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan
2020-02-22crypto: caam - refactor RSA private key _done callbacksIuliana Prodan
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan
2020-02-13crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov